ControlOperation

An operation performed by the control.

Types

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

Properties

Link copied to clipboard

The time that the operation finished.

Link copied to clipboard

One of ENABLE_CONTROL or DISABLE_CONTROL.

Link copied to clipboard

The time that the operation began.

Link copied to clipboard

One of IN_PROGRESS, SUCEEDED, or FAILED.

Link copied to clipboard

If the operation result is FAILED, this string contains a message explaining why the operation failed.

Functions

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