SchedulerStats
Get the stats of all schedulers or a specific scheduler by name.
Each stats structure contains the following fields:
created
lastExecutionTime
lastResult
lastRun
name
neverRun
nextRun
totalFailures
totalRuns
totalSuccess
SchedulerStats(name=[string])schedulerNew( "statsSched", 4 ); stats = schedulerStats( "statsSched" ); writeOutput( isStruct( stats ) );Result: true
Argument
Type
Required
Description
Default
name
string
false
The name of the scheduler to get stats on or if not passed for all schedulers
Last updated
Was this helpful?
