Application level scheduled tasks

Does Lucee have application level tasks like ACF 10/11 that specify an
event handler rather than a URL? The references I’m looking at for ACF are:

https://wikidocs.adobe.com/wiki/display/coldfusionen/Using+Scheduler
and

Ray’s example looks like this:

cfschedule(action=“update”, task=“FirstTask”, mode=“application”,
interval=“daily”, eventHandler=“tests.scheduletests.one.taskrunner”,
startDate=“1/1/1900”, starttime=“13:00” );

A secondary question, I was looking for Lucee docs in the Admin panel to
try and figure this out for myself, but don’t find them. Are they still
available there like they were in Railo?

Thanks,

Nando

Aria Media Sagl
Via Rompada 40
6987 Caslano
Switzerland

+41 (0)91 600 9601
+41 (0)76 303 4477 cell
skype: ariamedia

Don’t know if this is what you are looking for but you can go to
/lucee/doc for docs.On Wednesday, February 4, 2015 at 4:45:05 PM UTC-5, Nando Breiter wrote:

Does Lucee have application level tasks like ACF 10/11 that specify an
event handler rather than a URL? The references I’m looking at for ACF are:

https://wikidocs.adobe.com/wiki/display/coldfusionen/Using+Scheduler
and

An example of application specific scheduled tasks in ColdFusion

Ray’s example looks like this:

cfschedule(action=“update”, task=“FirstTask”, mode=“application”,
interval=“daily”, eventHandler=“tests.scheduletests.one.taskrunner”,
startDate=“1/1/1900”, starttime=“13:00” );

A secondary question, I was looking for Lucee docs in the Admin panel to
try and figure this out for myself, but don’t find them. Are they still
available there like they were in Railo?

Thanks,

Nando

Aria Media Sagl
Via Rompada 40
6987 Caslano
Switzerland

+41 (0)91 600 9601
+41 (0)76 303 4477 cell
skype: ariamedia

Ok, on the docs url. Is there still a link somewhere in the admin panel?

Don’t know if this is what you are looking for but you can go to
/lucee/doc for docs.On 4 Feb 2015, at 23:01, Robert Zehnder <@Robert_Zehnder> wrote:

On Wednesday, February 4, 2015 at 4:45:05 PM UTC-5, Nando Breiter wrote:

Does Lucee have application level tasks like ACF 10/11 that specify an
event handler rather than a URL? The references I’m looking at for ACF are:

https://wikidocs.adobe.com/wiki/display/coldfusionen/Using+Scheduler
and

An example of application specific scheduled tasks in ColdFusion

Ray’s example looks like this:

cfschedule(action=“update”, task=“FirstTask”, mode=“application”,
interval=“daily”, eventHandler=“tests.scheduletests.one.taskrunner”,
startDate=“1/1/1900”, starttime=“13:00” );

A secondary question, I was looking for Lucee docs in the Admin panel to
try and figure this out for myself, but don’t find them. Are they still
available there like they were in Railo?

Thanks,

Nando

Aria Media Sagl
Via Rompada 40
6987 Caslano
Switzerland

+41 (0)91 600 9601
+41 (0)76 303 4477 cell
skype: ariamedia


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/a02ef246-5bd0-4150-982f-2bf821d4e687%40googlegroups.com
https://groups.google.com/d/msgid/lucee/a02ef246-5bd0-4150-982f-2bf821d4e687%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

There is also a gateway named “task” in Lucee, maybe check that one out…
The reference is at /lucee/doc.cfm (waiting for design improvement :wink: )
This info is also in the wiki entry page…
MichaAm Mittwoch, 4. Februar 2015 schrieb Nando Breiter :

Does Lucee have application level tasks like ACF 10/11 that specify an
event handler rather than a URL? The references I’m looking at for ACF are:

https://wikidocs.adobe.com/wiki/display/coldfusionen/Using+Scheduler
and

An example of application specific scheduled tasks in ColdFusion

Ray’s example looks like this:

cfschedule(action=“update”, task=“FirstTask”, mode=“application”,
interval=“daily”, eventHandler=“tests.scheduletests.one.taskrunner”,
startDate=“1/1/1900”, starttime=“13:00” );

A secondary question, I was looking for Lucee docs in the Admin panel to
try and figure this out for myself, but don’t find them. Are they still
available there like they were in Railo?

Thanks,

Nando

Aria Media Sagl
Via Rompada 40
6987 Caslano
Switzerland

+41 (0)91 600 9601
+41 (0)76 303 4477 cell
skype: ariamedia


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com
<javascript:_e(%7B%7D,‘cvml’,‘lucee%2Bunsubscribe@googlegroups.com’);>.
To post to this group, send email to lucee@googlegroups.com
<javascript:_e(%7B%7D,‘cvml’,‘lucee@googlegroups.com’);>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/CAGHrs%3D9pNt%3DfVwQEg01nCASFL9RDjyRfSdo-whePmdpJ98Yygw%40mail.gmail.com
https://groups.google.com/d/msgid/lucee/CAGHrs%3D9pNt%3DfVwQEg01nCASFL9RDjyRfSdo-whePmdpJ98Yygw%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.