UNPKG

@openinc/parse-server-opendash

Version:
7 lines (6 loc) 288 B
/** * Checks the status field of each Maintenance_Schedule_Execution and updates it accordingly. * Ensures that if the status is not set, it defaults to "default", and if finishedAt is set, the status is "finished". * @returns */ export declare function checkStatus(): Promise<void>;