Add an internal Stopwatch as a Task
A stopwatch as a Task.
For example in the “event” of screen turned on , We could be able to add a stopwatch task to start time counting up and outputs a variable so that we could know how much time has elapsed
I know we could do that by doing maths on TIMES var, but there are times that the stopwatch itself is needed like pausing it and resuming it and still would be able to have a variable to output the seconds or time past