Private/Types/enums/CommandLineExecutionMode.generated.psm1

enum CommandLineExecutionMode
{
    Default = 0
    KeepOpen = 1
    Capture = 2
}