Microsoft FactoryOrchestrator Client FactoryOrchestratorClient RunTask(System Guid)
Microsoft.FactoryOrchestrator.Client
Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient
FactoryOrchestratorClient.RunTask(System.Guid) Method
Asynchronously Runs a Task outside of a TaskList.
public System.Threading.Tasks.Task<Microsoft.FactoryOrchestrator.Core.TaskRun> RunTask(System.Guid taskGuid);
Parameters
taskGuid
System.Guid
The GUID of the Task to run.
Returns
System.Threading.Tasks.Task<Microsoft.FactoryOrchestrator.Core.TaskRun>
The TaskRun associated with the run.