kmpworker
Toggle table of contents
0.1.0-beta06
common
Platform filter
common
Switch theme
Search in API
kmpworker
core
/
io.neuralheads.kmpworker.core
/
onFailed
on
Failed
fun
Flow
<
TaskState
>
.
onFailed
(
action
:
suspend
(
TaskState.Failed
)
->
Unit
)
:
Flow
<
TaskState
>
Invokes
action
when the task reaches
TaskState.Failed
.