Adept Posted May 19, 2017 Posted May 19, 2017 Is time elapsed for a conditional sleep nested in the "evaluate" method of another conditional sleep also elapsed for the"parent" conditional sleep? I am unable to test this myself atm.
Explv Posted May 19, 2017 Posted May 19, 2017 I'm pretty sure ConditionalSleep just stores the time it begins executing, and uses that to calculate the elapsed time. So to answer your question, yes. 2
Adept Posted May 19, 2017 Author Posted May 19, 2017 56 minutes ago, Explv said: I'm pretty sure ConditionalSleep just stores the time it begins executing, and uses that to calculate the elapsed time. So to answer your question, yes. I honestly don't know what this section would do without you. ty