getBackgroundWorkerStatus
Function: getBackgroundWorkerStatus()
getBackgroundWorkerStatus():
object
Defined in: src/workers/backgroundWorkerService.ts:219
Retrieves the current status of the background worker service, including scheduling information.
Returns
object
An object containing the current status of the service.
cleanupSchedule
cleanupSchedule:
string
isRunning
isRunning:
boolean
materializationSchedule
materializationSchedule:
string
nextCleanupRun?
optionalnextCleanupRun:Date
nextMaterializationRun?
optionalnextMaterializationRun:Date