Show / Hide Table of Contents

Class QPoolNodeStatus

Represents an unified an simplified version of a pool node status.

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

Properties

Error

Retrieve the instance error

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

ExecutionTimeGHz

Instance execution time frequency(in seconds.ghz).

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

ExecutionTimeSec

Instance execution time(in seconds).

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

Progress

Retrieve the instance progress indicator

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

RunningNodeInfo

Informations about running instances (see QPoolStatusPerRunningInstanceInfo)

Declaration
public virtual QPoolStatusPerRunningInstanceInfo RunningNodeInfo { get; }
Property Value
Type Description
QPoolStatusPerRunningInstanceInfo

State

Retrieve the instance state.

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

WallTimeSec

Retrieve the instance wall time(in seconds).

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