Enum JobStatus
Enumeration representing the status of a background job
Namespace: DataWeb.Worker
Assembly: DataWeb.Core.dll
Syntax
public enum JobStatus
Fields
Name | Description |
---|---|
Cancelled | The job has been cancelled |
Completed | The job has been completed |
Idle | The job is idle |
Working | The job is working |