July 14, 2004

To Dump the CF Schedule

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>

Posted by Elyse at July 14, 2004 8:38 PM | TrackBack
Comments

How would run a given cf scheduled job and also to check its status (start/running/done)?

-Pat

Posted by: Patrick Whittingham at July 18, 2004 9:03 AM
Post a comment









Remember personal info?