Click or drag to resize
TaskManagerGetRunningTasks 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 IEnumerable<TaskViewEntity> GetRunningTasks(
	TaskQueryEntity query,
	out int allRowsCount
)

Parameters

query
Type: Slickflow.Engine.Business.EntityTaskQueryEntity
allRowsCount
Type: SystemInt32
任务记录数

Return Value

Type: IEnumerableTaskViewEntity
任务视图列表
See Also