Skip to main content
zerotal

Documentation


Documentation / @zerotal/monitor / CommandEntry

Interface: CommandEntry

Defined in: monitor/src/store/types.ts:418

A console/Artisan command run, for the Commands feed.

Properties

name

name: string

Defined in: monitor/src/store/types.ts:419


status

status: "ok" | "bad"

Defined in: monitor/src/store/types.ts:420


ms

ms: number

Defined in: monitor/src/store/types.ts:421


code

code: number

Defined in: monitor/src/store/types.ts:422


when

when: string

Defined in: monitor/src/store/types.ts:423