- Aggiunta della funzione Cron

- Flag: Pubblicati OnLine + Solo CagalogoGenerale + Dettagli
This commit is contained in:
Surya Paolo
2025-05-07 21:58:05 +02:00
parent 2cc8fcda03
commit 6eb6f236e4
20 changed files with 235 additions and 29 deletions

View File

@@ -133,6 +133,16 @@ export interface IMyBot {
date_updated?: Date
}
export interface IListaCron {
active?: boolean
descr?: string
nomeFunzioneDbOp?: string
startTime?: string
everyXMinutes?: number
lastJobEnd?: Date
log?: string
}
export interface IMyElem {
_id?: string
type?: number
@@ -500,6 +510,7 @@ export interface IGlobalState {
gallery: IGallery[],
mypage: IMyPage[],
myelems: IMyElem[],
lista_cron: IListaCron[],
myschedas: ISchedaSingola[],
templemail: ITemplEmail[],
destnewsletter?: IDestNewsletter[],