This documentation is archived and is not being maintained.
ProcessStatus Enumeration
.NET Framework 1.1
Provides enumerated values that indicate the current status of a process.
[Visual Basic] <Serializable> Public Enum ProcessStatus [C#] [Serializable] public enum ProcessStatus [C++] [Serializable] __value public enum ProcessStatus [JScript] public Serializable enum ProcessStatus
Members
| Member name | Description |
|---|---|
| Alive | Indicates that the process is running. |
| ShutDown | Indicates that the process has shut down normally after receiving a shut down message from the IIS process. |
| ShuttingDown | Indicates that the process has begun to shut down. |
| Terminated | Indicates that the process was forced to terminate by the IIS process. |
Requirements
Namespace: System.Web
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: