WorkerProcessState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the running state for a worker process.
public enum class WorkerProcessState
public enum WorkerProcessState
type WorkerProcessState =
Public Enum WorkerProcessState
- Inheritance
-
WorkerProcessState
Fields
Name | Value | Description |
---|---|---|
Starting | 0 | The worker process is starting. |
Running | 1 | The worker process is running. |
Stopping | 2 | The worker process is stopping. |
Unknown | 3 | The state of the worker process is unknown. |
Remarks
The running state of a worker process is returned from the State property of a WorkerProcess object.