SuccessHandler

fun interface SuccessHandler

Callback to be executed on incoming job success notification.

Functions

Link copied to clipboard
abstract fun handle(msg: SuccessNotification)

Handles the job success notification.