Skip to content

Microsoft FactoryOrchestrator Core IFactoryOrchestratorService GetTaskListGuids()

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService

IFactoryOrchestratorService.GetTaskListGuids() Method

Gets the GUID of every "active" TaskList on the Service. If "IsExecutingBootTasks()" returns true, this returns the "boot" TaskLists. Otherwise, it returns the "normal" TaskLists.

System.Collections.Generic.List<System.Guid> GetTaskListGuids();

Returns

System.Collections.Generic.List<System.Guid>
The list of TaskList GUIDs.