Class QJobStates
Job states.
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public sealed class QJobStates
Fields
Active
The Job is active and ready to receive tasks.
Declaration
public static readonly string Active
Field Value
Type | Description |
---|---|
string |
Completed
The Job is completed. (we can't dispatch in it anymore)
Declaration
public static readonly string Completed
Field Value
Type | Description |
---|---|
string |
Deleting
The job is currently being deleted.
Declaration
public static readonly string Deleting
Field Value
Type | Description |
---|---|
string |
Terminating
The job is being completed
Declaration
public static readonly string Terminating
Field Value
Type | Description |
---|---|
string |