Skip to content

Microsoft FactoryOrchestrator Core CommandLineTask

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core

CommandLineTask Class

An CommandLineTask is a .cmd, .bat, or .sh script. This is known as a Batch file on Windows and a Shell script on Linux. The exit code of the script determines if the task passed or failed.
0 == PASS, all others == FAIL.

public class CommandLineTask : Microsoft.FactoryOrchestrator.Core.BatchFileTask

Inheritance System.Object 🡒 Microsoft.FactoryOrchestrator.Core.NotifyPropertyChangedBase 🡒 TaskBase 🡒 ExecutableTask 🡒 BatchFileTask 🡒 CommandLineTask

Constructors