ProcessStatus Enumeration
.NET Framework 3.0
Provides enumerated values that indicate the current status of a process.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
| Member name | Description | |
|---|---|---|
| Alive | Indicates that the process is running. | |
| ShutDown | Indicates that the process has shut down normally after receiving a shutdown message from the Internet Information Services (IIS) process. | |
| ShuttingDown | Indicates that the process has begun to shut down. | |
| Terminated | Indicates that the process was forced to terminate by the Internet Information Services (IIS) process. |
Community Additions
ADD
Show: