> Is it true that "Keep device awake" must be checked if your task is
> using the GetLocation Action
Certainly not if you can get a fix within 40 seconds. Otherwise:
maybe, depends if the location provider on your Android version keeps
the device awake or not. I suspect you don't need it these days.
> Execution of Tasker code continues even after the device falls asleep?
> (It seems that it does, looping a popup window with a 5 min Wait
> between each popup works)
When a task does a wait, it lets the device fall asleep and sets an
alarm to wake it up at the relevant time, so you don't need it there.
> The only reason to check "Keep device awake" is if you expect a result
> that will appear on the screen? (In other words, you don't want your
> screen to go dark while you wait for the task to finish and show the
> result)
No, those things are unrelated. The device can be awake with the
screen off.
> Tasker actions that are "internal", i.e. they don't need to query the
> system (OS) to do their job, will continue to execute after the device
> has fallen asleep?
Didn't get that.
If you expect your task to last a while (>40ish seconds), maybe you
have a loop checking a condition or whatever, you might need to check
Keep Awake.
If your tasks work fine, don't worry about it.
Pent