Hello,
I am new to acs/tcl.
I have following query:
Suppose I have scheduled "procA" at time 01 00 (1 am).
Also I scheduled another proc "procB" at time 01 03 (1:03 am).
Now if "procA" takes more than 3 mins then
is it the case that "procB" will not be executed at all ?
or "procB" will be executed after "procA" finishes.
Thanking in advance
Amol