Годовать проверку, работает ли таймер

if ($Timer.time_left > 0):
    print ("Timer is active")
else:
    print ("Timer is no longer active")
Zwazel