TaskInformation 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.
Information about a Task running on a Compute Node.
public class TaskInformation
type TaskInformation = class
Public Class TaskInformation
- Inheritance
-
TaskInformation
Constructors
TaskInformation() |
Initializes a new instance of the TaskInformation class. |
TaskInformation(TaskState, String, String, String, Nullable<Int32>, TaskExecutionInformation) |
Initializes a new instance of the TaskInformation class. |
Properties
ExecutionInfo |
Gets or sets information about the execution of the Task. |
JobId |
Gets or sets the ID of the Job to which the Task belongs. |
SubtaskId |
Gets or sets the ID of the subtask if the Task is a multi-instance Task. |
TaskId |
Gets or sets the ID of the Task. |
TaskState |
Gets or sets the current state of the Task. |
TaskUrl |
Gets or sets the URL of the Task. |
Applies to
Azure SDK for .NET