RunOnceResult Enumeration

Describes the result of running a run once activity.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Enumeration RunOnceResult
public enum RunOnceResult
public enum class RunOnceResult
type RunOnceResult
public enum RunOnceResult

Members

Member name Description
AlreadyCompleted This execution has been skipped because the work has already been completed by a different build agent.

AlreadyRunning This execution has been skipped because the work is already being run by a different build agent.

FirstRun This execution was the first run.

See Also

Reference

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace