Returns the number of times the scheduled function has been executed.
This number will be reset in some conditions.
For example continuously
resets it when the loop stops.
Use startCountTotal to track total number.
Total number of times scheduled function has been executed.
Gets the current run state idle: not yet started or completed with no future run scheduled scheduled: waiting to run running: currently executing its callback