Task setting to force time out
Sometimes, actions do not time out properly and a task could literally end up running indefinitely causing device to heat up. Add an option in task settings to force kill the task after x seconds.
Sometimes, actions do not time out properly and a task could literally end up running indefinitely causing device to heat up. Add an option in task settings to force kill the task after x seconds.
To do this currently, I have an event triggered by a received sms, and have two tasks linked to it. The first is my desired task, second is a run timer. The actions in the timer are a 1min wait and then a stop task call on the first task. If the task completes successfully within the timeframe it shuts itself off, otherwise the timer does.