Detached From Target Event
data class DetachedFromTargetEvent(sessionId: SessionID, targetId: TargetID?) : Event
Content copied to clipboard
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.
Constructors
DetachedFromTargetEvent
Link copied to clipboard
fun DetachedFromTargetEvent(sessionId: SessionID, targetId: TargetID? = null)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard