Action

expect enum Action : Enum<Action> , EnqueuedJob.Argument(source)
actual enum Action : Enum<Action> , EnqueuedJob.Argument(source)
actual enum Action : Enum<Action> , EnqueuedJob.Argument(source)

Entries

Link copied to clipboard

Starts the tor daemon.

Starts the tor daemon.

Starts the tor daemon.

Link copied to clipboard

Stops the tor daemon. All TorCmd that are enqueued and awaiting execution will be interrupted.

Stops the tor daemon. All TorCmd that are enqueued and awaiting execution will be interrupted.

Stops the tor daemon. All TorCmd that are enqueued and awaiting execution will be interrupted.

Link copied to clipboard

Stops, then starts the tor daemon. All TorCmd that are enqueued and awaiting execution will be interrupted.

Stops, then starts the tor daemon. All TorCmd that are enqueued and awaiting execution will be interrupted.

Stops, then starts the tor daemon. All TorCmd that are enqueued and awaiting execution will be interrupted.

Types

Link copied to clipboard
expect object Companion
actual object Companion
actual object Companion
Link copied to clipboard
expect interface Processor

Base interface for implementations that process Action.

actual interface Processor

Base interface for implementations that process Action.

actual interface Processor

Base interface for implementations that process Action.

Properties

Link copied to clipboard
val entries: EnumEntries<Action>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

val entries: EnumEntries<Action>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

val entries: EnumEntries<Action>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

name
Link copied to clipboard
val name: String
val name: String
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
val ordinal: Int
val ordinal: Int

Functions

Link copied to clipboard
fun valueOf(value: String): Action

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

fun valueOf(value: String): Action

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

fun valueOf(value: String): Action

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<Action>

Returns an array containing the constants of this enum type, in the order they're declared.

fun values(): Array<Action>

Returns an array containing the constants of this enum type, in the order they're declared.

fun values(): Array<Action>

Returns an array containing the constants of this enum type, in the order they're declared.