* The event indicates that a thread has started or exited.
(params: ThreadEventParams)
| 85 | * The event indicates that a thread has started or exited. |
| 86 | */ |
| 87 | thread(params: ThreadEventParams): void; |
| 88 | |
| 89 | /** |
| 90 | * The event indicates that the target has produced some output. |
no outgoing calls
no test coverage detected