Show / Hide Table of Contents

Class QJobStates

Job states.

Inheritance
object
QJobStates
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 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
In this article
Back to top Generated by DocFX