QueueWorkDoneCallback


fun interface QueueWorkDoneCallback


Summary

Public functions

Unit
onQueueWorkDone(status: Int, message: String)

A callback function invoked when all previously submitted work on a queue has finished executing.

Public functions

onQueueWorkDone

Added in 1.0.0-alpha01
fun onQueueWorkDone(status: Int, message: String): Unit

A callback function invoked when all previously submitted work on a queue has finished executing.

Parameters
status: Int

The status of the queue work completion.

message: String

A human-readable message providing context on the status.