TaskQueryFindTasks Method (TaskManager) |
Finds tasks per the current query parameters.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic List<TaskInfo<TaskDirective>> FindTasks(
TaskManager manager
)
Public Function FindTasks (
manager As TaskManager
) As List(Of TaskInfo(Of TaskDirective))
public:
List<TaskInfo<TaskDirective^>^>^ FindTasks(
TaskManager^ manager
)
Parameters
- manager
- Type: MFiles.VAF.AppTasksTaskManager
The manager whose queues to search from.
Return Value
Type:
ListTaskInfoTaskDirectiveThe found tasks.
See Also