TTkTimer🌶️
- class TTkTimer[source]🌶️
Bases:
Thread
Slots🌶️
Methods🌶️
- run()[source]🌶️
Method representing the thread’s activity.
You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.
TTkTimer Attributes🌶️
|
A boolean value indicating whether this thread is a daemon thread. |
|
Thread identifier of this thread or None if it has not been started. |
|
A string used for identification purposes only. |
|
Native integral thread ID of this thread, or None if it has not been started. |
|