Companion

Functions

Link copied to clipboard
fun failure(reason: String? = null): JobResult<Nothing>

Creates a Failure result.

Link copied to clipboard

Returns the Retry result.

Link copied to clipboard

Creates a Success result for a job that produces nothing.

fun <O> success(output: O): JobResult<O>

Creates a Success result.