WorkResult

interface WorkResult(source)

Provides information about some work which was performed.

Functions

Link copied to clipboard
abstract fun getDidWork(): Boolean
Link copied to clipboard
open fun or(other: WorkResult): WorkResult
Returns this result if it did work, otherwise returns the result given as a parameter.