(context: ThreadRuntimeContext | null)
| 595 | start(): void; |
| 596 | stop(): void; |
| 597 | setContext(context: ThreadRuntimeContext | null): void; |
| 598 | /** Re-fetches the thread list without resetting the current list to empty. */ |
| 599 | refresh(): void; |
| 600 | /** |
no outgoing calls
no test coverage detected