Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WAKSystemWorkerEvent

Hierarchy

  • WAKSystemWorkerEvent

Index

Properties

Optional data

data: String | WAKBufferInstance

Content of stdout.

Optional exitStatus

exitStatus: Number

Exit status returned by the executed command.

Optional forced

forced: Boolean

true if the user called terminate().

Optional hasStarted

hasStarted: Boolean

true if the command line has been correctly executed.

target

SystemWorker proxy which triggered the callback.

type

type: String

Either message, error or terminate.