Show / Hide Table of Contents

Class QPoolStatus

Represents the status of a running pool.

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

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<QPoolStatusExecutionTimeByCpuModel> ExecutionTimeByCpuModel { get; set; }
Property Value
Type Description
List<QPoolStatusExecutionTimeByCpuModel>

ExecutionTimeGhzByCpuModel

Execution cpu ratio for each Running instance

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

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 pool instance number.

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

RunningInstancesInfo

Running instances information(see QPoolStatusRunningInstancesInfo)

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

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
Back to top Generated by DocFX