On the QuickStart page you can read :
Ok , i understand that the INPUT pin need a pulse to reset the timerThe input (IN) connection on the Watchdog Timer Module must be briefly pulled HIGH in order to reset the timer. You can add a simple function to your Arduino sketch which does this for you:
But if for some reason the Arduino get stuck when the pin is HIGH , will the watchdog start the timer , or will it get stuck in a "RESET TIMER" state ?
Thank you