Microsoft FactoryOrchestrator Core PowerShellTask
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core
PowerShellTask Class
An PowerShellTask is a PowerShell Core .ps1 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 PowerShellTask : Microsoft.FactoryOrchestrator.Core.ExecutableTask
Inheritance System.Object 🡒 Microsoft.FactoryOrchestrator.Core.NotifyPropertyChangedBase 🡒 TaskBase 🡒 ExecutableTask 🡒 PowerShellTask