Once you run the code that is listed above (i've also posted it below to make things simpler), this is what you'll probably see:
disabled NO
file [empty string]
http_port 80
http_proxy_port 80
interval ONCE
operation HTTPRequest
password [empty string]
path [empty string]
proxy_server [empty string]
publish NO
request_time_out [empty string]
resolveurl NO
start_date 12/9/2006
start_time 10:00:00 PM
task My schedule
url http://localhost/schedules.cfm
username [empty string]
I created a scheduled task on my local server to see what it looked like.
PHP Code:
<cfobject name="cfFactory" type="java" action="create" class="coldfusion.server.ServiceFactory">
<cfset arrServices = cfFactory.cronService.listall()>
<cfdump var="#arrServices#">
Bookmarks