CalculationStatus

Contains information about the status of a notebook calculation.

Types

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

Properties

Link copied to clipboard

The date and time the calculation completed processing.

Link copied to clipboard

The state of the calculation execution. A description of each state follows.

Link copied to clipboard

The reason for the calculation state change (for example, the calculation was canceled because the session was terminated).

Link copied to clipboard

The date and time the calculation was submitted for processing.

Functions

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