Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient RunTaskList(System Guid int)

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.RunTaskList(System.Guid, int) Method

Asynchronously Executes a TaskList.

public System.Threading.Tasks.Task RunTaskList(System.Guid taskListGuid, int initialTask=0);

Parameters

taskListGuid System.Guid
GUID of the TaskList to run.

initialTask System.Int32
Index of the Task to start the run from.

Returns

System.Threading.Tasks.Task