Freigeben über


JobPreparationAndReleaseTaskExecutionInformation Class

Definition

The status of the Job Preparation and Job Release Tasks on a Compute Node.

public class JobPreparationAndReleaseTaskExecutionInformation
type JobPreparationAndReleaseTaskExecutionInformation = class
Public Class JobPreparationAndReleaseTaskExecutionInformation
Inheritance
JobPreparationAndReleaseTaskExecutionInformation

Constructors

Name Description
JobPreparationAndReleaseTaskExecutionInformation()

Initializes a new instance of the JobPreparationAndReleaseTaskExecutionInformation class.

JobPreparationAndReleaseTaskExecutionInformation(String, String, String, JobPreparationTaskExecutionInformation, JobReleaseTaskExecutionInformation)

Initializes a new instance of the JobPreparationAndReleaseTaskExecutionInformation class.

Properties

Name Description
JobPreparationTaskExecutionInfo

Gets or sets information about the execution status of the Job Preparation Task on this Compute Node.

JobReleaseTaskExecutionInfo

Gets or sets information about the execution status of the Job Release Task on this Compute Node.

NodeId

Gets or sets the ID of the Compute Node to which this entry refers.

NodeUrl

Gets or sets the URL of the Compute Node to which this entry refers.

PoolId

Gets or sets the ID of the Pool containing the Compute Node to which this entry refers.

Applies to