RunOsProcess

Description


Input

Arguments InArgument<String>

CompletionTimeoutSeconds InArgument<Int32>

ExecutableName InArgument<String> REQUIRED

WaitForCompletion InArgument<Boolean> REQUIRED

WorkingDirectory InArgument<String>


Output

ExitCode OutArgument<Int32>

OutputErrorLines OutArgument<List<String>>

OutputLines OutArgument<List<String>>

ProcessID OutArgument<Int32>