ProcessExecution$Typings extension

on

Properties

args List<String>
The arguments passed to the process. Defaults to an empty array.
getter/setter pair
options ProcessExecutionOptions
The process options used when the process is executed. Defaults to undefined.
getter/setter pair
process String
The process to be executed.
getter/setter pair