UNPKG

@adaptabletools/adaptable

Version:

Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

10 lines (9 loc) 453 B
import * as ModuleConstants from '../../Constants/ModuleConstants'; export function refreshScheduledAlertJobs(adaptable) { const alertModule = adaptable.adaptableModules.get(ModuleConstants.AlertModuleId); alertModule?.setUpScheduledAlertJobs?.(); } export function refreshScheduledReportJobs(adaptable) { const exportModule = adaptable.adaptableModules.get(ModuleConstants.ExportModuleId); exportModule?.setUpScheduledReportJobs?.(); }