6

Stop enter and exit tasks as soon as state condition is changed

Option for state context profiles to stop enter or exit task as soon as the conditions are changed and start executing the other. 

For example an enter task is running and the profile conetext is changed then the enter task is stopped and exit task is run at once, and again on satisfying context exit task is stopped and enter task is run.

Right now to do this the task has to be named and a stop action has to be added at the beginning of other. But doing this would reduce the clutter from naming the tasks.

2 replies

S

There will be even less "clutter" since enter and exit task are the same... 

S

What about this:

- use same task as enter&exit task

- check in task whether enter or exit part should be executed (if profile active...)

- in task preferences set COLLISION HANDLING to ABORT EXISTING TASK

SM

That's an interesting solution but I have to name all such tasks which might create a lot of clutter.