Cfschedule - MACROMEDIA COLDFUSION MX 61-CFML Reference

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

cfschedule

Description
Provides a programmatic interface to the ColdFusion scheduling engine. Can run a CFML page
at scheduled intervals, with the option to write the page output to a static HTML page. This
feature enables you to schedule pages that publish data, such as reports, without waiting while a
database transaction is performed to populate the page.
Category
Variable manipulation tags
Syntax
<cfschedule
action = "update"
task = "taskname"
operation = "HTTPRequest"
file = "filename"
path = "path_to_file"
startDate = "date"
startTime = "time"
url = "URL"
port = "port_number"
publish = "Yes" or "No"
endDate = "date"
endTime = "time"
interval = "seconds"
requestTimeOut = "seconds"
username = "username"
password = "password"
proxyServer = "hostname"
proxyPort = "port_number">
proxyUser = "username"
proxyPassword = "password"
resolveURL = "Yes" or "No"
<cfschedule
action = "delete"
task = "TaskName">
<cfschedule
action = "run"
task = "TaskName">
History
ColdFusion MX 6.1: Changed the way intervals are calculated. The day length now reflects
changes between standard and daylight saving times. The month length is now the calendar
month length, not four weeks. The scheduler handles leap years correctly.
See also
cfcookie, cfparam, cfregistry, cfsavecontent,
cfset
cfschedule
301

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents