Class QTaskStates
Task states.
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public sealed class QTaskStates
Fields
Cancelled
The task has been cancelled.
Declaration
public static readonly string Cancelled
Field Value
Type | Description |
---|---|
string |
Failure
At least one instance of the task has failed.
Declaration
public static readonly string Failure
Field Value
Type | Description |
---|---|
string |
FullyDispatched
All the instances have been dispatched.
Declaration
public static readonly string FullyDispatched
Field Value
Type | Description |
---|---|
string |
FullyExecuting
All the instances are running.
Declaration
public static readonly string FullyExecuting
Field Value
Type | Description |
---|---|
string |
PartiallyDispatched
Some of the instances have been dispatched.
Declaration
public static readonly string PartiallyDispatched
Field Value
Type | Description |
---|---|
string |
PartiallyExecuting
Some of the instances are running.
Declaration
public static readonly string PartiallyExecuting
Field Value
Type | Description |
---|---|
string |
Submitted
The Task has been submitted and is waiting for dispatch.
Declaration
public static readonly string Submitted
Field Value
Type | Description |
---|---|
string |
Success
The task has completed successfully.
Declaration
public static readonly string Success
Field Value
Type | Description |
---|---|
string |
UploadingResults
The results are being uploaded from the compute nodes to the result bucket.
Declaration
public static readonly string UploadingResults
Field Value
Type | Description |
---|---|
string |