Click or drag to resize

ProcessDataInfoStatus Property

Win32_Process: This property is not implemented and does not get populated for any instance of this class. It is always NULL.

Namespace:  Xcalibur.Models.Processes
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public ThreadStatus Status { get; set; }

Property Value

Type: ThreadStatus
The status.

Implements

IProcessDataInfoStatus
See Also