System.Web Namespace
Provides enumerated values that indicate the current status of a process.
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. |
ProcessInfo Class ProcessModelInfo Class