Page 1 of 1

week shedule

Posted: Wed May 19, 2010 2:49 am
by rice1973
Hi,Is it possible to make a week shedule with different times for each day?For example;Monday;9.0011.0013.0015.0017.00Theusday10.0012.0014.0016.00etc........Please advice

week shedule

Posted: Wed May 19, 2010 5:34 am
by Oleg
You can do the following:
1. create the task named MainTask. This task will do necessary actions for you.
2. Create several tasks named MondayTask, TuesdayTask, WednesdayTask and etc. Each task must contain only one action - Start the MainTask.
Attach scheduler to Monday Task with weekly period every Monday at:
9.00
11.00
13.00
15.00
17.00
Sheduler at TuesdayTask must fire every Tuesday at
10.00
12.00
14.00
16.00

and etc.
Each auxiliary task must have scheduler with weekly period at one day of the week and with separate list of times

Thus, the main task will be started every day but in particular time at each day.

week shedule

Posted: Wed May 19, 2010 6:26 am
by rice1973
Off course!! Thnx, workx...