Enum ProcessWorkerState
Enumerates the possible states of the ProcessWorker.
Namespace: Cireson.Core.Interfaces.Services.WorkerProcessing.Workers
Assembly: Cireson.Core.Interfaces.dll
Syntax
public enum ProcessWorkerState : int
Remarks
Admin, 8/24/2017.
Fields
Name | Description |
---|---|
Error | The process is in error. |
Started | The process is starting. |
Starting | The process is starting. |
Stopped | The process is stopped. |
Stopping | The process is in the processing of stopping. |