ANSWER: Can a ColdFusion application see what processes are scheduled?

2007-10-12 Thread Robert Mack
> I can see the current scheduled processes through the administrator, > but is there a way for my application to see what scheduled processes > are active, and when they will next run? Thanks, Bob Mack The answer is on Ben Fortas' blog: http://www.forta.com/blog/index.cfm/2006/8/28/GetSchedul

Re: Can a ColdFusion application see what processes are scheduled?

2007-10-12 Thread Molly Abraham
You may want to try: It provides a list of scheduled tasks on a server, tho' not a particularly 'pretty' one. ~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out h

Re: Can a ColdFusion application see what processes are scheduled?

2007-10-12 Thread gary gilbert
I don't believe that cfschedule is the tag for the job. CFschedule lets you schedule, run or delete events. What events are currently scheduled are not accessible by cfschedule. I took a look at the administrator API's in /cfide/adimapi and checked the descriptions of them but I didnt see any met

Re: Can a ColdFusion application see what processes are scheduled?

2007-10-12 Thread Aaron Rouse
Could try using the service factory to get a list of them: http://tutorial475.easycfm.com/ On 10/12/07, gary gilbert <[EMAIL PROTECTED]> wrote: > > I don't believe that cfschedule is the tag for the job. CFschedule lets > you > schedule, run or delete events. What events are currently scheduled

Re: Can a ColdFusion application see what processes are scheduled?

2007-10-11 Thread AJ Mercer
have a look at cfschedule http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=0328.htm On 10/11/07, Robert Mack <[EMAIL PROTECTED]> wrote: > > I can see the current scheduled processes through the administrator, but > is t

Can a ColdFusion application see what processes are scheduled?

2007-10-11 Thread Robert Mack
I can see the current scheduled processes through the administrator, but is there a way for my application to see what scheduled processes are active, and when they will next run? Thanks, Bob Mack ~| Get the answers you are lo