SDKs
Python SDK
Watch Dogs
7min
Watchdog is a thread that regularly checks license or feature
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
Stops the license watchdog if it is currently running.
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.
Stops the feature watchdog if it is currently running.
Updated 20 Jun 2024
Did this page help you?