IProcessDataInfoStatus 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 ThreadStatus Status { get; set; }
Property Status As ThreadStatus
Get
Set
property ThreadStatus Status {
ThreadStatus get ();
void set (ThreadStatus value);
}
abstract Status : ThreadStatus with get, set
Property Value
Type:
ThreadStatus
The status.
See Also