This method disables the software watchdog protection that has been previously activated with the command MOD.watchdogEnable(timeout). Software watchdog should be disabled before scripts critical lines such as import, since it takes a long time, and then enabled again after.
No input value.
No return value.
Example:
MOD.watchdogDisable()
disables watchdog.