Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFSCHEDULE - List of Tasks

Status
Not open for further replies.

250875

Programmer
May 14, 2001
2
GB
Hi all.

I am trying to schedule a task dynamically, but before I can schedule a task I need to find out list of previously defined task names so that I can check for duplicate task names before I can add a new one.

Does anyone know how I can obtain list of the task names?


 
If you have access to the CFAdministrator all the tasks will be listed when you go to the "Schedule" section.

Do you have access to the registry? (I believe they show up there as well)
 
Hi there.

Thanks for your reply.

I don't have access to the registry.

I know I can get list of tasks names from the CF Admin, but what I am trying to do is write a code to get the list. I am allowing users to create, update or delete tasks from the front end. As you can see I would like to present the tasks to the users and by selecting them they can update or delete the tasks.

In addition to this I would like to know how I can get the property of the task. e.g. Duration, Operation, URL and so on.

Thanks again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top