From the post the other day, to dump the CF Schedule, try using
<cflock name="serviceFactory" type="exclusive" timeout="10">
<cfscript>
factory = CreateObject("java", "coldfusion.server.ServiceFactory");
cron_service = factory.CronService;
ServicesList = cron_service.listALL();
</cfscript>
<cfdump var="#ServicesList#">
</cflock>
Subscribe and Share!
Did you enjoy this article? Your feedback is very important! I'd like to invite you to keep up to date with the latest posts from Anticlue. We offer several venues. If you have some questions, help can be found here.- Become a Facebook Fan
- Subscribe to Anticlue
- Follow me on Twitter
- Add to Technorati Favorites
- Digg this post
1 Comments to “To Dump the CF Schedule”
How would run a given cf scheduled job and also to check its status (start/running/done)?
-Pat



