WorkflowCompletedEventArgs.Status Property

Gets the final status of the completed workflow instance.

Namespace:  Microsoft.TeamFoundation.Build.Hosting
Assembly:  Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Status As BuildWorkflowInstanceState
[DataMemberAttribute]
public BuildWorkflowInstanceState Status { get; set; }
[DataMemberAttribute]
public:
property BuildWorkflowInstanceState Status {
    BuildWorkflowInstanceState get ();
    void set (BuildWorkflowInstanceState value);
}
[<DataMemberAttribute>]
member Status : BuildWorkflowInstanceState with get, set
function get Status () : BuildWorkflowInstanceState 
function set Status (value : BuildWorkflowInstanceState)

Property Value

Type: Microsoft.TeamFoundation.Build.Hosting.BuildWorkflowInstanceState
Returns BuildWorkflowInstanceState.

.NET Framework Security

See Also

Reference

WorkflowCompletedEventArgs Class

Microsoft.TeamFoundation.Build.Hosting Namespace