Join Slack
Powered by
What is the best way to add the ColdBox scheduler ...
# box-products
c
Cavan Vannice
09/14/2022, 6:37 PM
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.
Cavan Vannice
09/14/2022, 6:47 PM
Answered my own question
property name="scheduler" inject="appScheduler@coldbox";
3
Views
Open in Slack
Previous
Next