Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProcessExecution

Hierarchy

  • ProcessExecution

Index

Constructors

Properties

Constructors

constructor

Properties

args

args: string[]

The arguments passed to the process. Defaults to an empty array.

Optional options

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

process

process: string

The process to be executed.