options property

The process options used when the process is executed. Defaults to undefined.

Implementation

_i3.ProcessExecutionOptions get options => _i5.getProperty(
      this,
      'options',
    );
set options (ProcessExecutionOptions value)

Implementation

set options(_i3.ProcessExecutionOptions value) {
  _i5.setProperty(
    this,
    'options',
    value,
  );
}