OK

data object OK : Reply.Success(source)

The most common kind of reply off of a control connection, indicating that the TorCmd has been "accepted" by tor.

NOTE: Some TorCmd that only return OK may require further listening for a specific TorEvent to determine actual success or failure of the command that was executed, such as if you were rate limited or not when issuing TorCmd.Signal.NewNym.

Properties

Link copied to clipboard
@get:JvmName(name = "isOK")
val isOK: Boolean
Link copied to clipboard
@JvmField
val message: String
Link copied to clipboard
@JvmField
val status: String

Functions

Link copied to clipboard
operator fun component1(): String
Link copied to clipboard
operator fun component2(): String