Click or drag to resize
TaskManagerGetTask Method
获取任务

Namespace: Slickflow.Engine.Business.Manager
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public TaskEntity GetTask(
	int taskID
)

Parameters

taskID
Type: SystemInt32
任务ID

Return Value

Type: TaskEntity
任务实体
See Also