TaskExecutionInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Task execution information.
public class TaskExecutionInformation
type TaskExecutionInformation = class
Public Class TaskExecutionInformation
- Inheritance
-
TaskExecutionInformation
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. |
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. |
StartTime |
Gets the time at which the task started running. |
Applies to
Azure SDK for .NET