Click or drag to resize
WorkflowServiceSuspendProcess Method
挂起流程实例

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

Parameters

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

Return Value

Type: Boolean

Implements

IWorkflowServiceSuspendProcess(Int32, WfAppRunner)
See Also