5

Add a blocking level option to the wait action and the Timeout option

- Currently when a wait action is encountered it will change the priority system and allow any task of any priority tu run. 

- Currently when a Time out action is used it will honor the priority system and block only tasks with lesser priorities.

This would add the ability to..

1. Block all - block all task of any priority.

2. Block by Priority - block all tasks of lesser priority. 

3. Block none - allow all tasks of any priority to run.

1 reply

Hi. What do you mean by "Time Out" action exactly?

R

He means the time out of every action. For example, the time a dialog keeps open until it closes by itself.

RD

"He means the time out of every action. For example, the time a dialog keeps open until it closes by itself"

To clarify that a bit..  I meant to say - "Currently when a Time out option is set".

Meaning the Time out option that is available in some tasker actions such as the HTTP Request action.