Microsoft FactoryOrchestrator Core ExecutableTask
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core
ExecutableTask Class
An ExecutableTask is an .exe binary that is run by the FactoryOrchestratorServer. The exit code of the process determines if the task passed or failed.
0 == PASS, all others == FAIL.
public class ExecutableTask : Microsoft.FactoryOrchestrator.Core.TaskBase
Inheritance System.Object 🡒 Microsoft.FactoryOrchestrator.Core.NotifyPropertyChangedBase 🡒 TaskBase 🡒 ExecutableTask
Derived
↳ BatchFileTask
↳ PowerShellTask
↳ TAEFTest