SPWorkflowPostponedEventType Enumeration
Specifies what type of workflow action was postponed.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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. |