Interface: MonitorRetryPlan
Defined in: electron/services/monitoring/shared/monitorRetryUtils.ts:20
Normalized retry plan for monitor checks.
Properties
additionalRetries
readonly additionalRetries: number;
Defined in: electron/services/monitoring/shared/monitorRetryUtils.ts:22
Number of additional retries after the initial attempt.
totalAttempts
readonly totalAttempts: number;
Defined in: electron/services/monitoring/shared/monitorRetryUtils.ts:24
Total number of attempts (initial + retries).