ShellExecution$Typings extension

on

Properties

args List<Object>

Available on ShellExecution, provided by the ShellExecution$Typings extension

The shell args. Is undefined if created with a full command line.
getter/setter pair
command Object

Available on ShellExecution, provided by the ShellExecution$Typings extension

The shell command. Is undefined if created with a full command line.
getter/setter pair
commandLine String?

Available on ShellExecution, provided by the ShellExecution$Typings extension

The shell command line. Is undefined if created with a command and arguments.
getter/setter pair
options ShellExecutionOptions

Available on ShellExecution, provided by the ShellExecution$Typings extension

The shell options used when the command line is executed in a shell. Defaults to undefined.
getter/setter pair