OK

data object OK : Reply.Success

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
Link copied to clipboard

Functions

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