Implements

  • ICliExecutionProcess

Constructors

Properties

Methods

Constructors

Properties

data: any

The data of the process

exitCode?: number

The exit code of the process

exited?: boolean

Indicates if the process has exited

running: boolean = false

Indicates if the process is running

Methods

  • Exit the process

    Parameters

    • Optionalcode: number

      The exit code

    • Optionaloptions: { silent?: boolean }

    Returns void

    void