Skip to content

Microsoft FactoryOrchestrator Core TaskType

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core

TaskType Enum

The type of Task.

public enum TaskType

Fields

Executable 0
The Task is a executable (exe) task.

ConsoleExe 0
The Task is a executable (exe) task.

TAEFDll 1
The Task is a TAEF test.

External 2
The Task is an external task.

UWP 3
The Task is a UWP app.

PowerShell 4
The Task is a PowerShell Core script.

CommandLine 5
The Task is a batch file or shell script.

BatchFile 5
The Task is a Command Prompt script.