JobSummary

An object containing the jobId, status, startTime, and endTime of a job.

Types

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

Properties

Link copied to clipboard
val endTime: <Error class: unknown class>?

The time at which the job has finished.

Link copied to clipboard

The ID of the job.

Link copied to clipboard
val startTime: <Error class: unknown class>

The time at which the job was started.

Link copied to clipboard

The current status of the job.

Functions

Link copied to clipboard
inline fun copy(block: JobSummary.Builder.() -> Unit = {}): JobSummary
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