This PR adds a timer-feature to the TimerTask. It is NOT an abstract method, so that you are not encountering compilation errors in your code. Furthermore, you have a method that is setting the Timer to start by a certain condition. Per default, the method returns just "true". But you can implement it and give it a certain boolean expression as a condition. (See code and documentation).
This PR adds a timer-feature to the TimerTask. It is NOT an abstract method, so that you are not encountering compilation errors in your code. Furthermore, you have a method that is setting the Timer to start by a certain condition. Per default, the method returns just "true". But you can implement it and give it a certain boolean expression as a condition. (See code and documentation).