SPWorkflowManager.ShuttingDown property

True if Windows SharePoint Services is shutting down the workflow manager.

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

Syntax

'Declaration
Public ReadOnly Property ShuttingDown As Boolean
    Get
'Usage
Dim instance As SPWorkflowManager
Dim value As Boolean

value = instance.ShuttingDown
public bool ShuttingDown { get; }

Property value

Type: System.Boolean
A Boolean that represents whether the workflow manager is shutting down.

Remarks

If True, SPWorkflowManager cannot start new workflow instances.

See also

Reference

SPWorkflowManager class

SPWorkflowManager members

Microsoft.SharePoint.Workflow namespace

Other resources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview