lucee.Componentcontentbox.config.Scheduler
Method Summary | |
---|---|
any
|
afterAnyTask(any task, [any result])
Called after ANY task runs. |
any
|
beforeAnyTask(any task)
Called before ANY task runs. |
any
|
configure()
Configure the ColdBox Scheduler. |
any
|
onAnyTaskError(any task, any exception)
Called whenever ANY task fails. |
any
|
onAnyTaskSuccess(any task, [any result])
Called whenever ANY task succeeds. |
any
|
onShutdown()
Called before the scheduler is going to be shutdown. |
any
|
onStartup()
Called after the scheduler has registered all schedules. |
Methods inherited from class lucee.Component |
---|
None |
Method Detail |
---|
Called after ANY task runs
task
- The task that got executedresult
- The result (if any) that the task producedCalled before ANY task runs
task
- The task about to be executedConfigure the ColdBox Scheduler
Called whenever ANY task fails
task
- The task that got executedexception
- The ColdFusion exception objectCalled whenever ANY task succeeds
task
- The task that got executedresult
- The result (if any) that the task producedCalled before the scheduler is going to be shutdown
Called after the scheduler has registered all schedules