Edit

Share via


TaskGroupStep Class

Definition

Represents tasks in the task group.

[System.Runtime.Serialization.DataContract]
public class TaskGroupStep
type TaskGroupStep = class
Public Class TaskGroupStep
Inheritance
TaskGroupStep
Attributes

Constructors

TaskGroupStep()

Properties

AlwaysRun

Gets or sets as 'true' to run the task always, 'false' otherwise.

Condition

Gets or sets condition for the task.

ContinueOnError

Gets or sets as 'true' to continue on error, 'false' otherwise.

DisplayName

Gets or sets the display name.

Enabled

Gets or sets as task is enabled or not.

Environment
Inputs

Gets or sets dictionary of inputs.

Task

Gets or sets the reference of the task.

TimeoutInMinutes

Gets or sets the maximum time, in minutes, that a task is allowed to execute on agent before being cancelled by server. A zero value indicates an infinite timeout.

Methods

EqualsAndOldTaskInputsAreSubsetOfNewTaskInputs(TaskGroupStep, TaskGroupStep)

Applies to