does anyone know the order of the delay command? for example if I have a RM that kicks off at 7:30 and have a delay that kicks off 15 minutes later I know that will run at 7:45, but what happens if you add a second or third delay? for example:
- RM Kicks off at 7:30
-Delay 1 (D1-15 mins)
-Delay 2 (D2-30 mins)
-Delay 3 (D3-20 mins)
Is the order: 7:30, D1-7:45, D2-8:15, and D3-8:35 (asynchronous)?
Or is it: 7:30, D1-7:45, D3-7:50, D2-8:00 (synchronous)?