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

The time at which the job has finished.

Link copied to clipboard

The ID of the job.

Link copied to clipboard

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