TaskContainerExecutionInformation Class

Definition

Contains information about the container which a Task is executing.

public class TaskContainerExecutionInformation
type TaskContainerExecutionInformation = class
Public Class TaskContainerExecutionInformation
Inheritance
TaskContainerExecutionInformation

Constructors

TaskContainerExecutionInformation()

Initializes a new instance of the TaskContainerExecutionInformation class.

TaskContainerExecutionInformation(String, String, String)

Initializes a new instance of the TaskContainerExecutionInformation class.

Properties

ContainerId

Gets or sets the ID of the container.

Error

Gets or sets detailed error information about the container.

State

Gets or sets the state of the container.

Applies to