Click or drag to resize
WorkflowServiceResumeProcess Method

[Missing <summary> documentation for "M:Slickflow.Engine.Service.WorkflowService.ResumeProcess(System.Int32,Slickflow.Engine.Common.WfAppRunner)"]

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public bool ResumeProcess(
	int processInstanceId,
	WfAppRunner runner
)

Parameters

processInstanceId
Type: SystemInt32
runner
Type: Slickflow.Engine.CommonWfAppRunner

Return Value

Type: Boolean

Implements

IWorkflowServiceResumeProcess(Int32, WfAppRunner)
See Also