callback function
Emitted if there was any kind of activity during job execution.
The activity parameter can have the followings values:
EXECUTED: a command has been executed (globally or on a selected source file)COPIED: a source file has been copied to pathDELETED: a source file (path) has been deleted by the JobARCHIVED: selected source files has been archived to pathPRUNED : a target file (path) has been pruned due to expired retention
Note: Activity events are ony emitted, if job config property verbose is set to truecallback
Emitted if any error occurred during job execution
callback
Emitted if manual job execution has been started via executeJob(). Note: This event is not emitted, if the job is paused or already running
callback
Emitted if the job has been finished
callback
Emitted if the job has been successfully scheduled
callback
Emitted if the job has been started by scheduler or triggered manually via executeJob()
callback
Optionalcb: (count: number) => void
Emitted if job schedule has been changed (checked every 5 seconds)