Click or drag to resize
ProcessInstanceManagerResume Method
恢复流程实例

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal void Resume(
	int processInstanceID,
	WfAppRunner runner,
	IDbSession session
)

Parameters

processInstanceID
Type: SystemInt32
runner
Type: Slickflow.Engine.CommonWfAppRunner
session
Type: IDbSession
See Also