SPWorkflowPostponedEventType enumeration

Specifies what type of workflow action was postponed.

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

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration SPWorkflowPostponedEventType
'Usage
Dim instance As SPWorkflowPostponedEventType
[SubsetCallableTypeAttribute]
public enum SPWorkflowPostponedEventType

Members

Member name Description
None The workflow is not postponed.

This is the default.

Start The workflow is postponed before loading.
Load The workflow is postponed before loading.

See also

Reference

Microsoft.SharePoint.Workflow namespace