CloseTargetResponse

@Serializable
data class CloseTargetResponse(val success: Boolean)(source)

Response type for the TargetDomain.closeTarget command.

Constructors

Link copied to clipboard
constructor(success: Boolean)

Properties

Link copied to clipboard

Always set to true. If an error occurs, the response indicates protocol error.