SDKs
Python SDK

Watch Dogs

7min
watch dogs watchdog is a thread that regularly checks license or feature license watch dogs setup license watch dog initializes and starts the license watchdog with the specified callback and timeout settings parameters callback (callable)\ a callable to be executed by the watchdog in response to specific events or conditions timeout (int) the period in minutes after which the watchdog should perform its checks deamon (bool, optional) run thread as deamon defaults to false run immediately (bool,optional) run license check immediately, if false wait for timeout first defaults to true manager = licensemanager(conf) license id = licenseid from key("h7g3 f4pj 4aej ukyl") license = manager activate license(license id) license setup license watch dog(callback,timeout) stop license watch dog stops the license watchdog if it is currently running manager = licensemanager(conf) license id = licenseid from key("h7g3 f4pj 4aej ukyl") license = manager activate license(license id) license setup license watch dog(callback,timeout) license stop license watch dog() feature watch dogs setup feature watch dog initializes and starts the feature watchdog with the specified callback and timeout parameters callback (callable) a callable to be executed by the watchdog in response to specific events or conditions timeout (int) the period in minutes after which the watchdog should perform its checks deamon (bool, optional) run thread as deamon defaults to false manager = licensemanager(conf) license id = licenseid from key("h7g3 f4pj 4aej ukyl") license = manager activate license(license id) license setup feature watch dog(callback,timeout) stop feature watch dog stops the feature watchdog if it is currently running manager = licensemanager(conf) license id = licenseid from key("h7g3 f4pj 4aej ukyl") license = manager activate license(license id) license setup feature watch dog(callback,timeout) license stop feature watch dog()