TaskExecutionInformation Class

Definition

Information about the execution of a Task.

public class TaskExecutionInformation
type TaskExecutionInformation = class
Public Class TaskExecutionInformation
Inheritance
TaskExecutionInformation

Constructors

TaskExecutionInformation()

Initializes a new instance of the TaskExecutionInformation class.

TaskExecutionInformation(Int32, Int32, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, TaskContainerExecutionInformation, TaskFailureInformation, Nullable<DateTime>, Nullable<DateTime>, Nullable<TaskExecutionResult>)

Initializes a new instance of the TaskExecutionInformation 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 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.

LastRequeueTime

Gets or sets the most recent time at which the Task has been requeued by the Batch service as the result of a user request.

LastRetryTime

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

RequeueCount

Gets or sets the number of times the Task has been requeued by the Batch service as the result of a user request.

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.

StartTime

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

Applies to