get_thread_status# ToolkitBackend.get_thread_status() → ToolkitThreadStatus# Get the toolkit thread status. Returns: boolTrue when active, False when inactive. Examples >>> from ansys.aedt.toolkits.common.backend.api import Common >>> toolkit_api = Common() >>> toolkit_api.get_thread_status()