PSWorkflowJobManager.ShutdownWorkflowManager(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ShutdownWorkflowManager is responsible suspending all the workflow and if suspend doesn't happen within timeout then calling the force suspend.
void ShutdownWorkflowManager(int timeout = 500);
public void ShutdownWorkflowManager (int timeout = 500);
member this.ShutdownWorkflowManager : int -> unit
Public Sub ShutdownWorkflowManager (Optional timeout As Integer = 500)
Parameters
- timeout
- Int32
The shutdown timeout in milliseconds.