Would like to understand the sequence of Tasker task execution
I have an umbrella Task T with which calls another Tasker Task A (wtih sub task a,b,c) ,Task B (with subtask 1,2,3)
(sub task a,b,c,1,2,3 can be individual Tasker Tasks or specific Tasker actions.)
ideally what I want the execution to happen like
T-->A(a) -->b-->c-->B(1)-->2-->3.
Is this what happens or any parallel thread of execution happens?.
Also what happens if the step b calls a stop .Does the execution resumes with C or it jumps to B(1) or altogether it stops?
Thankx in advance,
BMP