ExecutionEvent

Represents an event that occurred during a plan execution. These events provide a detailed timeline of the execution process.

Types

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

Properties

Link copied to clipboard

The description for an execution event.

Link copied to clipboard

Errors for an execution event.

Link copied to clipboard

The event ID for an execution event.

Link copied to clipboard

The execution block type for an execution event.

Link copied to clipboard

The event ID of the previous execution event.

Link copied to clipboard

The resources for an execution event.

Link copied to clipboard

The step name for an execution event.

Link copied to clipboard

The timestamp for an execution event.

Link copied to clipboard

The type of an execution event.

Functions

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