Taskscheduler and Start task

Discuss RoboTask here
Post Reply
paulus
Posts: 19
Joined: Tue Sep 14, 2004 1:51 am
Location: Netherlands

Taskscheduler and Start task

Post by paulus »

Hi,
When a scheduled task "A" is triggered to execute by it's timescheduler and it is at the same time being started/exucuted by another task "B" thrue the command "Start Task" will it run twice at the same time ? Or will the scheduler of task "A" be hold, and wait, until the "Start Task" from task "B" finished the task ?
I hope it's not running at the same time...
Adios,
Paulus
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Taskscheduler and Start task

Post by Oleg »

Only one copy of task can be launched at a time. RoboTask ignores attempt of starting a task if it is already in progress.
Therefore don't worry; you can use many events and commands for launching the task. Only first event will be accepted. Other events and commands will be ignored if the task is running.
Last edited by Oleg on Thu Sep 29, 2005 4:55 am, edited 1 time in total.
Post Reply