Click or drag to resize

Workflow Properties

The Workflow type exposes the following members.

Properties
  NameDescription
Public propertyCanContinue
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.
Public propertyCanPause
Gets a value indicating whether this workflow is in a state in which it can be paused. Only when the workflow supports pausing and the workflow is in the state Started or Continued, it can be paused.
Public propertyCanPauseAndContinue
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.
Public propertyCanStart
Gets a value indicating whether this workflow is in a state in which it can be started. Only when the workflow is in the state Init or Stopped, it can be started.
Public propertyCanStop
Gets a value indicating whether this workflow is in a state in which it can be stopped. Only when the workflow is in the state Started, Pausing or Continued, it can be stopped.
Public propertyState
Gets or sets the current WorkflowState of the workflow.
Top
See Also