Click or drag to resize
IWorkflowServiceResumeProcess Method

[Missing <summary> documentation for "M:Slickflow.Engine.Service.IWorkflowService.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#
bool ResumeProcess(
	int activityInstanceId,
	WfAppRunner runner
)

Parameters

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

Return Value

Type: Boolean
See Also