ResourcePropertyIds Class

Definition

Defines the identifiers that uniquely identify the properties of a schedulable resource.

public class ResourcePropertyIds
type ResourcePropertyIds = class
Public Class ResourcePropertyIds
Inheritance
ResourcePropertyIds

Constructors

ResourcePropertyIds()

Initializes a new instance of the ResourcePropertyIds class.

Properties

ChangeTime

The last time that the server changed one of the property values of the resource.

CommandLine

The command line of the task that the core is running.

CoreId

An identifier that uniquely identifies the core in the node.

DispatchTime

The time that the last task was dispatched to run on the core.

FirstTaskAllocation

Indicates that this allocation is the first resource allocation for the task.

Id

An identifier that uniquely identifies the core in the store.

IsAvailable
JobId

An identifier that uniquely identifies the job that the resource is running.

JobPhase
JobTaskId

An identifier that uniquely identifies the task that the resource is running.

JobType

Identifies the types of jobs that the resource can run.

LastPingTime

The last time that the resource let the server know that is was alive.

LimitTime

The time by when the task must finish.

MemoryUsed
MoveToOffline

Indicates that the core is being taken offline.

NodeId

An identifier that uniquely identifies the node that contains the core.

NodeName

The name of the node that contains the core.

Phantom

Indicates if the core is a virtual core.

PreviousState

The previous state of the resource.

Reachable

Indicates if the resource is reachable.

ReserveJobId

An identifier that uniquely identifies a job that is reserving the resource for future use.

ReserveLimitTime

The time by which the resource must be available to run another task.

ResourceObject

The internal resource object.

RuntimeSeconds

The amount of time, in seconds, that the task should run.

RunUntilCanceled

Indicates whether the job that is running on the core is supposed to run until it is canceled.

SocketId

An identifier that uniquely identifies the socket that contains the core.

StartTime

The time when the job first starts running on the core.

State

The state of the resource.

TaskId

An identifier that uniquely identifies the task running on the core.

Applies to