timer.stop()#
Stops the Timer. Should always be called after timer.start()
.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
thread | str | None | Option to stop specific thread. | None |
Example
Basic usage:
Python | |
---|---|
Terminal output example:
With custom thread name and decimals:
Python | |
---|---|
Terminal output example: