This documentation is archived and is not being maintained.
ProcessInfo.Status Property
.NET Framework 1.1
Gets the current status of the process.
[Visual Basic] Public ReadOnly Property Status As ProcessStatus [C#] public ProcessStatus Status {get;} [C++] public: __property ProcessStatus get_Status(); [JScript] public function get Status() : ProcessStatus;
Property Value
One of the ProcessStatus values that indicates the current status of the process.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
ProcessInfo Class | ProcessInfo Members | System.Web Namespace
Show: