Click or drag to resize
ProcessInstanceManagerTerminate 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 bool Terminate(
	int processInstanceID,
	WfAppRunner runner
)

Parameters

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

Return Value

Type: Boolean
See Also