TaskExecutionInformation
Class
Definition
Task execution information.
public class TaskExecutionInformation
- Inheritance
-
TaskExecutionInformation
Properties
| 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. |
| LastRequeueTime |
Gets the most recent time at which this task's execution was re-queued by the Batch service per user request. |
| LastRetryTime |
Gets the most recent time at which this task's execution was retried by the Batch service. |
| RequeueCount |
Gets the number of times this task's execution was re-queued by the Batch service per user request. |
| Result |
Gets the result of the task execution. |
| RetryCount |
Gets the number of times the task has been retried by the Batch service. |
| SchedulingError |
Gets the error encountered by the service in starting the task. This parameter is only returned if there was an error in scheduling the task and it is now in completed state. |
| StartTime |
Gets the time at which the task started running. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |