Interface: MonitorCheckExecutionOptions
Defined in: electron/services/monitoring/MonitorSchedulerExecution.ts:10
Properties
abortController
readonly abortController: AbortController;
Defined in: electron/services/monitoring/MonitorSchedulerExecution.ts:11
operation
readonly operation: (signal: AbortSignal) => Promise<void>;
Defined in: electron/services/monitoring/MonitorSchedulerExecution.ts:12
Parameters
signal
Returns
Promise<void>
onSettled
readonly onSettled: (timedOut: boolean) => void;
Defined in: electron/services/monitoring/MonitorSchedulerExecution.ts:13
Parameters
timedOut
boolean
Returns
void
timeoutMs
readonly timeoutMs: number;
Defined in: electron/services/monitoring/MonitorSchedulerExecution.ts:14
timeoutReason
readonly timeoutReason: string;
Defined in: electron/services/monitoring/MonitorSchedulerExecution.ts:15