JobPreparationTaskExecutionInformation Class

Definition

Contains information about the execution of a Job Preparation Task on a Compute Node.

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

Constructors

JobPreparationTaskExecutionInformation()

Initializes a new instance of the JobPreparationTaskExecutionInformation class.

JobPreparationTaskExecutionInformation(DateTime, JobPreparationTaskState, Int32, Nullable<DateTime>, String, String, Nullable<Int32>, TaskContainerExecutionInformation, TaskFailureInformation, Nullable<DateTime>, Nullable<TaskExecutionResult>)

Initializes a new instance of the JobPreparationTaskExecutionInformation class.

Properties

ContainerInfo

Gets or sets information about the container under which the Task is executing.

EndTime

Gets or sets the time at which the Job Preparation Task completed.

ExitCode

Gets or sets the exit code of the program specified on the Task command line.

FailureInfo

Gets or sets information describing the Task failure, if any.

LastRetryTime

Gets or sets the most recent time at which a retry of the Job Preparation Task started running.

Result

Gets or sets the result of the Task execution.

RetryCount

Gets or sets the number of times the Task has been retried by the Batch service. Task application failures (non-zero exit code) are retried, pre-processing errors (the Task could not be run) and file upload errors are not retried. The Batch service will retry the Task up to the limit specified by the constraints.

StartTime

Gets or sets the time at which the Task started running.

State

Gets or sets the current state of the Job Preparation Task on the Compute Node.

TaskRootDirectory

Gets or sets 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 or sets the URL to the root directory of the Job Preparation Task on the Compute Node.

Applies to