Frequently Asked Questions
SDK
.NET/C#
3min
watchdogs if i set up the watchdog timer each time i run a command in my program is it using the same instance internally, recreating, or adding a completely new timer with duplicate callbacks? setting up the watchdog stops the current instance (stops the timers), creates a new watchdog instance and starts it again if i use the watchdog timer for floating and non floating licenses, is there any need for me to call license check (online), since it seems like internally the timer is checking online and will throw all exceptions? watchdog, while running, will periodically call the check method on the license object it was run on, regardless if the license is floating or not license register and license check do 'license register' and license check have same functionality? yes, they are doing exactly the same thing