PSWorkflowJobManager.ShutdownWorkflowManager(Int32) Method

Definition

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.

Applies to