Skip to main content

Interface: MonitorCheckExecution

Defined in: electron/services/monitoring/MonitorSchedulerExecution.ts:19

Handle for a monitor operation racing against its timeout guard.

Properties

clearTimeout

readonly clearTimeout: () => void;

Defined in: electron/services/monitoring/MonitorSchedulerExecution.ts:20

Returns

void


hasTimedOut

readonly hasTimedOut: () => boolean;

Defined in: electron/services/monitoring/MonitorSchedulerExecution.ts:21

Returns

boolean


outcome

readonly outcome: Promise<MonitorCheckExecutionOutcome>;

Defined in: electron/services/monitoring/MonitorSchedulerExecution.ts:22