TargetClient Events |
The TargetClient type exposes the following members.
Name | Description | |
---|---|---|
AttachedToTarget |
Issued when attached to target because of auto-attach or `attachToTarget` command.
| |
DetachedFromTarget |
Issued when detached from target for any reason (including `detachFromTarget` command). Can be
issued multiple times per target if multiple sessions have been attached to it.
| |
ReceivedMessageFromTarget |
Notifies about a new protocol message received from the session (as reported in
`attachedToTarget` event).
| |
TargetCrashed |
Issued when a target has crashed.
| |
TargetCreated |
Issued when a possible inspection target is created.
| |
TargetDestroyed |
Issued when a target is destroyed.
| |
TargetInfoChanged |
Issued when some information about a target has changed. This only happens between
`targetCreated` and `targetDestroyed`.
|