Show / Hide Table of Contents

Class QTaskStatus

Represents the status of a running task.

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

Properties

DownloadProgress

Retrieve the instance download progress indicator

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

DownloadTimeSec

Download time (in second)

Declaration
public long DownloadTimeSec { get; set; }
Property Value
Type Description
long

ExecutedRange

Range for the executed instances

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

ExecutionProgress

Retrieve the instance execution progress indicator

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

ExecutionTimeByCpuModel

Execution cpu times for each Running instance

Declaration
public List<QTaskStatusExecutionTimeByCpuModel> ExecutionTimeByCpuModel { get; set; }
Property Value
Type Description
List<QTaskStatusExecutionTimeByCpuModel>

ExecutionTimeGhzByCpuModel

Execution cpu ratio for each Running instance

Declaration
public List<QTaskStatusExecutionTimeGhzByCpuModel> ExecutionTimeGhzByCpuModel { get; set; }
Property Value
Type Description
List<QTaskStatusExecutionTimeGhzByCpuModel>

ExecutionTimeSec

Execution time (in second)

Declaration
public long ExecutionTimeSec { get; set; }
Property Value
Type Description
long

FailedRange

Range for the failed instances

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

InstanceCount

The task instance number.

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

RunningInstancesInfo

Running instances information(see QTaskStatusRunningInstancesInfo)

Declaration
public QTaskStatusRunningInstancesInfo RunningInstancesInfo { get; set; }
Property Value
Type Description
QTaskStatusRunningInstancesInfo

SucceededRange

Range for the succeeded instances

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

UploadProgress

Retrieve the instance execution upload indicator

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

UploadTimeSec

Upload time (in second)

Declaration
public long UploadTimeSec { get; set; }
Property Value
Type Description
long
In this article
  • Properties
    • DownloadProgress
    • DownloadTimeSec
    • ExecutedRange
    • ExecutionProgress
    • ExecutionTimeByCpuModel
    • ExecutionTimeGhzByCpuModel
    • ExecutionTimeSec
    • FailedRange
    • InstanceCount
    • RunningInstancesInfo
    • SucceededRange
    • UploadProgress
    • UploadTimeSec
Back to top Generated by DocFX