Class QPoolStates
Pool states.
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public sealed class QPoolStates
Fields
Closed
The pool has ended.
Declaration
public static readonly string Closed
Field Value
Type | Description |
---|---|
string |
FullyDispatched
All the nodes have been dispatched.
Declaration
public static readonly string FullyDispatched
Field Value
Type | Description |
---|---|
string |
FullyExecuting
All the nodes are up an running.
Declaration
public static readonly string FullyExecuting
Field Value
Type | Description |
---|---|
string |
PartiallyDispatched
Some of the nodes have been dispatched.
Declaration
public static readonly string PartiallyDispatched
Field Value
Type | Description |
---|---|
string |
PartiallyExecuting
Some of the nodes are up an running.
Declaration
public static readonly string PartiallyExecuting
Field Value
Type | Description |
---|---|
string |
Submitted
The Pool has been submitted and is waiting for dispatch.
Declaration
public static readonly string Submitted
Field Value
Type | Description |
---|---|
string |