Ant Organisation Ltd documentation

WorkflowTasks.GetTasks Method 

Gets an enumeration of WorkflowTask objects for the range specified.

public IEnumerable GetTasks(
   int start,
   int count
);

Parameters

start
Start of the range
count
Number of tasks to retrieve

Return Value

Enumerable of WorkflowTask objects

See Also

WorkflowTasks Class | Ant.Workflow.Tasks Namespace