Status

class Status

An object that represents the status of an entity, component, component type, or workspace.

Types

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

Properties

Link copied to clipboard

The error message.

Link copied to clipboard
val state: State?

The current state of the entity, component, component type, or workspace.

Functions

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