ProcessStatus Enum

Definition

Provides enumerated values that indicate the current status of a process.

public enum class ProcessStatus
public enum ProcessStatus
type ProcessStatus = 
Public Enum ProcessStatus
Inheritance
ProcessStatus

Fields

Alive 1

Indicates that the process is running.

ShutDown 3

Indicates that the process has shut down normally after receiving a shutdown message from the Internet Information Services (IIS) process.

ShuttingDown 2

Indicates that the process has begun to shut down.

Terminated 4

Indicates that the process was forced to terminate by the Internet Information Services (IIS) process.

Applies to

See also