Function: startAllMonitoringEnhancedFlow()
function startAllMonitoringEnhancedFlow(params: {
config: EnhancedLifecycleConfig;
host: EnhancedLifecycleHost;
isMonitoring: boolean;
}): Promise<MonitoringStartSummary>;
Defined in: electron/managers/MonitorManagerEnhancedLifecycle.ts:234
Starts monitoring across all sites using the enhanced services.
Parameters
params
config
Shared runtime configuration.
host
Manager supplied callbacks and services.
isMonitoring
boolean
Indicates whether monitoring is already active.