Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CliSpawnEvent

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new CliSpawnEvent(args: string[], file: string, proc: ChildProcess): CliSpawnEvent

Properties

args

args: string[]

event

event: string | string[]

file

file: string

proc

proc: ChildProcess

Accessors

cli

  • get cli(): Cli
  • Returns Cli

Methods

exit

  • exit(code?: number): void
  • Parameters

    • Default value code: number = 0

    Returns void

shouldExit

  • shouldExit(): boolean

stopIfExit

  • stopIfExit(): this

Generated using TypeDoc