Daemon

sealed class Daemon(source)

State of the tor process

Parameters

bootstrap

The percent for which tor has bootstrapped to the network. Will always be between 0 and 100 (inclusive)

Inheritors

Types

Link copied to clipboard
data object Off : TorState.Daemon

The tor process is not running

Link copied to clipboard
class On(val bootstrap: Byte) : TorState.Daemon

The tor process is running

Link copied to clipboard

An intermediary state whereby TorRuntime is starting the tor process.

Link copied to clipboard

An intermediary state whereby TorRuntime is stopping the tor process.

Properties

Link copied to clipboard
@JvmField
val bootstrap: Byte
Link copied to clipboard
@JvmField
val isBootstrapped: Boolean
Link copied to clipboard
@JvmField
val isOff: Boolean = false
Link copied to clipboard
@JvmField
val isOn: Boolean = false
Link copied to clipboard
@JvmField
val isStarting: Boolean = false
Link copied to clipboard
@JvmField
val isStopping: Boolean = false