JobPreparationTaskExecutionInformation Class

Definition

Details about the execution of a Job Preparation task on a compute node.

public class JobPreparationTaskExecutionInformation
type JobPreparationTaskExecutionInformation = class
Public Class JobPreparationTaskExecutionInformation
Inheritance
JobPreparationTaskExecutionInformation

Properties

ContainerInformation

Gets information about the container under which the task is executing.

EndTime

Gets the time at which the task completed.

ExitCode

Gets the exit code of the program specified on the task command line.

FailureInformation

Gets information describing the task failure, if any.

LastRetryTime

Gets the most recent time at which this task's execution was retried by the Batch service.

Result

Gets the result of the task execution.

RetryCount

Gets the number of times the task has been retried by the Batch service. Every time the task exits with a non-zero exit code, it is deemed a task failure. The Batch service will retry the task up to the limit specified by the Constraints.

StartTime

Gets the time at which the task started running. Note that every time the task is restarted, this value is updated.

State

Gets the current state of the task.

TaskRootDirectory

Gets the root directory of the Job Preparation task on the compute node. You can use this path to retrieve files created by the task, such as log files.

TaskRootDirectoryUrl

Gets the URL to the root directory of the Job Preparation task on the compute node.

Applies to