Show / Hide Table of Contents

Class QTaskCompletedInstance

Represents the status and the statistics of a completed task instance.

Inheritance
object
QTaskCompletedInstance
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 QTaskCompletedInstance

Properties

AverageGhz

Completed instance average frequency (in Ghz)

Declaration
public float AverageGhz { get; set; }
Property Value
Type Description
float

Error

Completed instance error

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

ExecTimeSec

Instance execution time (in second)

Declaration
public float ExecTimeSec { get; set; }
Property Value
Type Description
float

ExecTimeSecGhz

Instance execution time frequency

Declaration
public float ExecTimeSecGhz { get; set; }
Property Value
Type Description
float

ExecutionAttemptCount

Number of execution attempt of an instance, (manly in case of preemption).

Declaration
public int ExecutionAttemptCount { get; set; }
Property Value
Type Description
int

InstanceId

The instance id.

Declaration
public uint InstanceId { get; set; }
Property Value
Type Description
uint

PeakMemoryMB

Completed instance memory peak (in Mb)

Declaration
public float PeakMemoryMB { get; set; }
Property Value
Type Description
float

State

Completed instance state

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

WallTimeSec

Instance wall time (in second)

Declaration
public float WallTimeSec { get; set; }
Property Value
Type Description
float
In this article
  • Properties
    • AverageGhz
    • Error
    • ExecTimeSec
    • ExecTimeSecGhz
    • ExecutionAttemptCount
    • InstanceId
    • PeakMemoryMB
    • State
    • WallTimeSec
Back to top Generated by DocFX