Monitor function
After the basic function from the post here, it is evident, that the ping function is one time executable.
In order to execute continuously, we add a monitor capability to the ping funciton.
Monitor function
- Create 2 buttons “Start” and “Stop”
- Start button intiates the monitor function and sets the status to “Running”
- Stop button stops monitoring and sets the status to “Idle”
Checkout the next post about scheduler here