TaskGroupStep 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.
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) |