JobReleaseTaskExecutionInformation 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.
Contains information about the execution of a Job Release Task on a Compute Node.
public class JobReleaseTaskExecutionInformation
type JobReleaseTaskExecutionInformation = class
Public Class JobReleaseTaskExecutionInformation
- Inheritance
-
JobReleaseTaskExecutionInformation
Constructors
JobReleaseTaskExecutionInformation() |
Initializes a new instance of the JobReleaseTaskExecutionInformation class. |
JobReleaseTaskExecutionInformation(DateTime, JobReleaseTaskState, Nullable<DateTime>, String, String, Nullable<Int32>, TaskContainerExecutionInformation, TaskFailureInformation, Nullable<TaskExecutionResult>) |
Initializes a new instance of the JobReleaseTaskExecutionInformation 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 Release 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. |
Result |
Gets or sets the result of the Task execution. |
StartTime |
Gets or sets the time at which the Task started running. |
State |
Gets or sets the current state of the Job Release Task on the Compute Node. |
TaskRootDirectory |
Gets or sets the root directory of the Job Release 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 Release Task on the Compute Node. |
Applies to
Azure SDK for .NET