Microsoft FactoryOrchestrator Client FactoryOrchestratorClient IsContainerRunning()
Microsoft.FactoryOrchestrator.Client
Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient
FactoryOrchestratorClient.IsContainerRunning() Method
Asynchronously Determines whether the connected device has a container present and running.
public System.Threading.Tasks.Task<bool> IsContainerRunning();
Returns
System.Threading.Tasks.Task<System.Boolean>
true
if container is present and running; otherwise, false
.