Microsoft FactoryOrchestrator Core BatchFileTask
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core
BatchFileTask Class
An BatchFile is a .cmd or .bat script that is run by the FactoryOrchestratorServer. The exit code of the script determines if the task passed or failed.
0 == PASS, all others == FAIL.
public class BatchFileTask : Microsoft.FactoryOrchestrator.Core.ExecutableTask
Inheritance System.Object 🡒 Microsoft.FactoryOrchestrator.Core.NotifyPropertyChangedBase 🡒 TaskBase 🡒 ExecutableTask 🡒 BatchFileTask
Derived
↳ CommandLineTask