SPWorkflow.StatusValue property

A integer status of the workflow. Corresponds with SPWorkflowStatus

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property StatusValue As Integer
    Get
'Usage
Dim instance As SPWorkflow
Dim value As Integer

value = instance.StatusValue
public int StatusValue { get; }

Property value

Type: System.Int32
The integer status of the workflow

See also

Reference

SPWorkflow class

SPWorkflow members

Microsoft.SharePoint.Workflow namespace