Type Alias: EventCheckType
type EventCheckType = "manual" | "scheduled";
Defined in: electron/events/eventTypes.ts:83
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";