ExecutionStatus

The status of the execution.

Types

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

Properties

Link copied to clipboard

The time when the execution was completed.

Link copied to clipboard

The time when the execution was created.

Link copied to clipboard

The time when the execution was last updated.

Link copied to clipboard

The code for the status of the execution.

Link copied to clipboard

The reason for the failed status.

Functions

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