toggle menu
libnexakotlin
0.3.5
common
switch theme
search in API
libnexakotlin
/
org.nexa.libnexakotlin
/
CoOpTracker
Co
Op
Tracker
abstract
class
CoOpTracker
(
val
coctxt
:
CoroutineContext
,
var
title
:
String
,
val
update
:
suspend
(
AsyncOpTracker
)
->
Unit
)
:
AsyncOpTracker
Inheritors
AsyncTransactionSigner
Members
Constructors
Co
Op
Tracker
Link copied to clipboard
constructor
(
coctxt
:
CoroutineContext
,
title
:
String
,
update
:
suspend
(
AsyncOpTracker
)
->
Unit
)
Properties
abort
At
Link copied to clipboard
var
abortAt
:
Long
coctxt
Link copied to clipboard
val
coctxt
:
CoroutineContext
coscope
Link copied to clipboard
val
coscope
:
CoroutineScope
display
Link copied to clipboard
var
display
:
Any
?
initiated
Link copied to clipboard
val
initiated
:
Long
status
Link copied to clipboard
var
status
:
AsyncOpTracker.Status
status
String
Link copied to clipboard
var
statusString
:
String
title
Link copied to clipboard
var
title
:
String
update
Link copied to clipboard
val
update
:
suspend
(
AsyncOpTracker
)
->
Unit
Functions
cancel
Link copied to clipboard
open
override
fun
cancel
(
)
override this function to cancel this operation
cogo
Link copied to clipboard
abstract
suspend
fun
cogo
(
)
launch
Link copied to clipboard
open
override
fun
launch
(
)
Start doing this operation