Skip to main content

Function: startAllMonitoringEnhancedFlow()

startAllMonitoringEnhancedFlow(params: { config: EnhancedLifecycleConfig; host: EnhancedLifecycleHost; isMonitoring: boolean; }): Promise<MonitoringStartSummary>

Defined in: electron/managers/MonitorManagerEnhancedLifecycle.ts:79

Starts monitoring across all sites using the enhanced services.

Parameters

params

config

EnhancedLifecycleConfig

Shared runtime configuration.

host

EnhancedLifecycleHost

Manager supplied callbacks and services.

isMonitoring

boolean

Indicates whether monitoring is already active.

Returns

Promise<MonitoringStartSummary>