Click or drag to resize

IWorkflow Methods

The IWorkflow type exposes the following members.

Methods
  NameDescription
Public methodBeginContinue
Begins to continue the workflow.
Public methodBeginPause
Begins to pause the workflow.
Public methodBeginStart
Begins to start the workflow.
Public methodBeginStop
Begins to stop the workflow.
Public methodContinue
Tries to continue the workflow. It blocks until the workflow is continued.
Public methodEndContinue
Waits for the pending asynchronous continue to complete.
Public methodEndPause
Waits for the pending asynchronous pause to complete.
Public methodEndStart
Waits for the pending asynchronous start to complete.
Public methodEndStop
Waits for the pending asynchronous stop to complete.
Public methodPause
Tries to pause the workflow. It blocks until the workflow is paused.
Public methodStart
Tries to start the workflow. It blocks until the workflow is started.
Public methodStop
Tries to stop the workflow. It blocks until the workflow is stopped.
Top
See Also