Skip to content

Microsoft FactoryOrchestrator Core IFactoryOrchestratorService GetTaskListSummaries()

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService

IFactoryOrchestratorService.GetTaskListSummaries() Method

Gets TaskList summaries for every "active" TaskList on the Service. If "IsExecutingBootTasks()" returns true, this returns the "boot" TaskLists. Otherwise, it returns the "normal" TaskLists. The summary contains basic info about the TaskList.

System.Collections.Generic.List<Microsoft.FactoryOrchestrator.Core.TaskListSummary> GetTaskListSummaries();

Returns

System.Collections.Generic.List<TaskListSummary>
A list of TaskListSummary objects.