Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobPreparationAndReleaseTaskExecutionInformation

Package version

An interface representing JobPreparationAndReleaseTaskExecutionInformation.

summary

The status of the Job Preparation and Job Release tasks on a compute node.

Hierarchy

  • JobPreparationAndReleaseTaskExecutionInformation

Index

Properties

Optional jobPreparationTaskExecutionInfo

jobPreparationTaskExecutionInfo: JobPreparationTaskExecutionInformation

Information about the execution status of the Job Preparation task on this compute node.

Optional jobReleaseTaskExecutionInfo

jobReleaseTaskExecutionInfo: JobReleaseTaskExecutionInformation

Information about the execution status of the Job Release task on this compute node. This property is set only if the Job Release task has run on the node.

Optional nodeId

nodeId: undefined | string

The ID of the compute node to which this entry refers.

Optional nodeUrl

nodeUrl: undefined | string

The URL of the compute node to which this entry refers.

Optional poolId

poolId: undefined | string

The ID of the pool containing the compute node to which this entry refers.

Generated using TypeDoc