pl.wendigo.chrome.api.target / CloseTargetResponse

CloseTargetResponse

data class CloseTargetResponse (source)

Represents response frame that is returned from Target#closeTarget operation call. Closes the target. If the target is a page that gets closed too.

Link
Target#closeTarget method documentation.

See Also

TargetOperations.closeTarget

Constructors

<init>

CloseTargetResponse(success: Boolean)

Represents response frame that is returned from Target#closeTarget operation call. Closes the target. If the target is a page that gets closed too.

Properties

success

val success: Boolean