WorkerProcessState Enum

Definition

Indicates the running state for a worker process.

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

Fields

Running 1

The worker process is running.

Starting 0

The worker process is starting.

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.

Applies to