Type Alias: EventCheckType
EventCheckType =
"manual"
|"scheduled"
Defined in: electron/events/eventTypes.ts:1440
Type of monitoring check that triggered an event.
Remarks
Indicates whether a monitoring event was triggered manually or by a scheduled process.
Example
const checkType: EventCheckType = "manual";