ProcessExecution$Typings extension

on

Properties

args List<String>

Available on ProcessExecution, provided by the ProcessExecution$Typings extension

The arguments passed to the process. Defaults to an empty array.
getter/setter pair
options ProcessExecutionOptions

Available on ProcessExecution, provided by the ProcessExecution$Typings extension

The process options used when the process is executed. Defaults to undefined.
getter/setter pair
process String

Available on ProcessExecution, provided by the ProcessExecution$Typings extension

The process to be executed.
getter/setter pair