Show / Hide Table of Contents

Class QPoolStates

Pool states.

Inheritance
object
QPoolStates
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
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
In this article
Back to top Generated by DocFX