Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient IsExecutingBootTasks()

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.IsExecutingBootTasks() Method

Asynchronously Checks if the service is executing boot tasks. While executing boot tasks, many commands cannot be run.

public System.Threading.Tasks.Task<bool> IsExecutingBootTasks();

Returns

System.Threading.Tasks.Task<System.Boolean>
true is the service is executing boot tasks.