Page 1 of 1

Taskscheduler and Start task

Posted: Thu Sep 29, 2005 12:12 am
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

Taskscheduler and Start task

Posted: Thu Sep 29, 2005 12:54 am
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.