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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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 SharePoint Foundation

Workflow Development for SharePoint Foundation

Workflow Object Model Overview in SharePoint Foundation