How can i use cfschedule in coldfusion 9 cfscript?
Does the cfscript equivalent for cfschedule even exist in coldfusion 9 开发者_如何学运维? If it doesn't exist, is there an alternative way to run scheduled tasks from cfscript ?
Thanks.
According to Adobe's documentation, the cfschedule tag is not yet supported in cfscript. You would have to write your own implementation to utilize cfschedule within cfscript.
精彩评论