Show / Hide Table of Contents

Class QTaskInstanceStatus

Represents an unified an simplified version of a task instance status.

Inheritance
object
QTaskInstanceStatus
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class QTaskInstanceStatus

Properties

CompletedInstanceInfo

Informations about completed instances (see QTaskCompletedInstance)

Declaration
public virtual QTaskCompletedInstance CompletedInstanceInfo { get; }
Property Value
Type Description
QTaskCompletedInstance

Error

Retrieve the instance error

Declaration
public virtual QTaskError Error { get; }
Property Value
Type Description
QTaskError

ExecutionTimeGHz

Instance execution time frequency(in seconds.ghz).

Declaration
public virtual float ExecutionTimeGHz { get; }
Property Value
Type Description
float

ExecutionTimeSec

Instance execution time(in seconds).

Declaration
public virtual float ExecutionTimeSec { get; }
Property Value
Type Description
float

Progress

Retrieve the instance progress indicator

Declaration
public virtual float Progress { get; }
Property Value
Type Description
float

RunningInstanceInfo

Informations about the running instances.(see QTaskStatusPerRunningInstanceInfo)

Declaration
public virtual QTaskStatusPerRunningInstanceInfo RunningInstanceInfo { get; }
Property Value
Type Description
QTaskStatusPerRunningInstanceInfo

State

Retrieve the instance state.

Declaration
public virtual string State { get; }
Property Value
Type Description
string

WallTimeSec

Retrieve the instance wall time(in seconds).

Declaration
public virtual float WallTimeSec { get; }
Property Value
Type Description
float
In this article
Back to top Generated by DocFX