Please Share Feedback


Questions, comments, suggestions? Let us know what you think on our Forum.

To contact us privately, please use our contact form.

Author: Elyse, PMP, CPHIMS
July 14, 2004


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.
 

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


« The top ten CPOE Challenges User Acceptance »

Please share your thoughts and suggestions