What is the best way to add the ColdBox scheduler ...
# box-products
c
What is the best way to add the ColdBox scheduler to a handler so I can grab a list of scheduled tasks and their last run time? So I can run
getRegisteredTasks()
for example in a handler or model.
Answered my own question
property name="scheduler" inject="appScheduler@coldbox";