kmp-tor
Toggle table of contents
2.2.0
common
Platform filter
common
Switch theme
Search in API
kmp-tor
runtime
/
io.matthewnelson.kmp.tor.runtime
/
ActionJob
Action
Job
abstract
class
ActionJob
:
EnqueuedJob
(
source
)
Members
Properties
action
Link copied to clipboard
@
JvmField
val
action
:
Action
execution
Policy
Link copied to clipboard
open
val
executionPolicy
:
EnqueuedJob.ExecutionPolicy
is
Active
Link copied to clipboard
val
isActive
:
Boolean
is
Cancelled
Link copied to clipboard
val
isCancelled
:
Boolean
is
Completing
Link copied to clipboard
val
isCompleting
:
Boolean
is
Error
Link copied to clipboard
val
isError
:
Boolean
is
Restart
Link copied to clipboard
@get:
JvmName
(
name
=
"isRestart"
)
val
isRestart
:
Boolean
is
Start
Link copied to clipboard
@get:
JvmName
(
name
=
"isStart"
)
val
isStart
:
Boolean
is
Stop
Link copied to clipboard
@get:
JvmName
(
name
=
"isStop"
)
val
isStop
:
Boolean
is
Success
Link copied to clipboard
val
isSuccess
:
Boolean
name
Link copied to clipboard
val
name
:
String
state
Link copied to clipboard
val
state
:
EnqueuedJob.State
Functions
cancel
Link copied to clipboard
fun
cancel
(
cause
:
CancellationException
?
)
:
Boolean
cancellation
Attempt
Link copied to clipboard
protected
fun
cancellationAttempt
(
)
:
CancellationException
?
invoke
On
Completion
Link copied to clipboard
fun
invokeOnCompletion
(
handle
:
ItBlock
<
CancellationException
?
>
)
:
Disposable
on
Cancellation
Link copied to clipboard
protected
open
fun
onCancellation
(
cause
:
CancellationException
?
)
on
Completion
Link copied to clipboard
protected
fun
<
T
>
onCompletion
(
response
:
T
,
withLock
:
(
)
->
OnSuccess
<
T
>
?
?
)
:
Boolean
on
Error
Link copied to clipboard
protected
fun
onError
(
cause
:
Throwable
,
withLock
:
ItBlock
<
Throwable
>
?
)
:
Boolean
on
Executing
Link copied to clipboard
protected
fun
onExecuting
(
)
to
String
Link copied to clipboard
override
fun
toString
(
)
:
String