Companion

object Companion

Functions

Link copied to clipboard
fun failure(vararg files: String): JobResult

Constructs a new JobResult for a job failure and marks the given list of files as persistable.

Link copied to clipboard
fun success(vararg files: String): JobResult

Constructs a new JobResult for a job success and marks the given list of files as persistable.