According to docs about python, the Timer.cancel() will only work if the timer is still in its waiting stage, but we cann't get the timer stage, how can I sure the timer will be shutdown after I execute Timer.cancel() whenever.
thanks.
According to docs about python, the Timer.cancel() will only work if the timer is still in its waiting stage, but we cann't get the timer stage, how can I sure the timer will be shutdown after I execute Timer.cancel() whenever.
thanks.