Workflow Properties |
The Workflow type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanContinue | Gets a value indicating whether this workflow is in a state in which it can be continued. Only when the workflow supports pausing and
the workflow is in the state Paused, it can be continued. |
![]() | CanPause | |
![]() | CanPauseAndContinue | Gets a value indicating whether the workflow is able to pause and continue its internal processes. By default, a Workflow
cannot be paused or continued. |
![]() | CanStart | |
![]() | CanStop | |
![]() | State | Gets or sets the current WorkflowState of the workflow. |