JobMessages

Provides messages from the service about jobs that you have already successfully submitted.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of messages that are informational only and don't indicate a problem with your job.

Link copied to clipboard

List of messages that warn about conditions that might cause your job not to run or to fail.

Functions

Link copied to clipboard
inline fun copy(block: JobMessages.Builder.() -> Unit = {}): JobMessages
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String