get_thread_status#

Common.get_thread_status() ToolkitThreadStatus[source]#

Get the toolkit thread status.

Returns:
bool

True when active, False when inactive.

Examples

>>> from ansys.aedt.toolkits.common.backend.api import Common
>>> toolkit_api = Common()
>>> toolkit_api.get_thread_status()