Private/Types/enums/WaykExecType.generated.psm1

enum WaykExecType
{
    Run = 0
    Command = 1
    Process = 2
    BatchScript = 3
    PowerShell = 4
}