Provides enumerated values that indicate the current status of a process.
Syntax
public enum ProcessStatus
Remarks
Members
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.
|
Requirements
Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0