Not for CF5, you can use cfregistry to get them.

<cfregistry 
action="getall" 
branch="HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Sc
hedule" 
type="key" 
name="qTest">

watch out for the wrap in the branch

Pascal

> -----Original Message-----
> From: Robertson-Ravo, Neil (RX) [mailto:Neil.Robertson-
> [EMAIL PROTECTED]
> Sent: 19 May 2005 14:44
> To: CF-Talk
> Subject: RE: Display Automated tasks in CF5
> 
> <cfobject type="JAVA" action="Create" name="factory"
> class="coldfusion.server.ServiceFactory">
> 
> <cfset allTasks = factory.CronService.listAll()>
> 
> <cfset numberOtasks = arraylen(allTasks)>
> <cfloop index="i" from="1" to="#numberOtasks#">
> <cfoutput> #allTasks[i].task#  </cfoutput>
> </cfloop>
> 
> <cfdump var="#allTasks#">
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207145
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to