Stop parent task (anonymous or named) and Stop all caller tasks
I have two smaller proposals:
1.
it would be useful to add to Stop task possibility of:
- stopping parent task (both anonymous and named)
- stopping all parent caller tasks
currently it can be done by parsing %caller() variable but it is difficult and not possible to obtain task name for anonymous tasks
2.
Possibility to set cooldown times on profiles for both active and inactive states (currently is possible for active state only)
These two things can be useful for situations where for example I need profile with state WiFi connected and need to prevent situations where I'm riding close to the wifi and need to prevent become profile active when only ride around it.
Also when wifi is not reliable and often disconnected and reconnect, I need to wait before triggering exit task
Currently I'm solving it by waiting in entry and exit tasks but is would be useful to have it in tasker
Kind regards