Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 810 Bytes

File metadata and controls

55 lines (32 loc) · 810 Bytes

Interface: CloseEvent

Table of contents

Properties

Properties

command

command: CommandInfo


exitCode

exitCode: string | number

The exit code or signal for the command.


index

index: number

The command's index among all commands ran.


killed

killed: boolean

Whether the command exited because it was killed.


timings

timings: Object

Type declaration

Name Type
durationSeconds number
endDate Date
startDate Date