ProcessingParameterUpdateState

Represents the update state of a io.mimi.sdk.core.controller.processing.MimiProcessingParameter value applicable sequence.

Since

10.0.0

Inheritors

Types

Link copied to clipboard

The update was applied successfully.

Link copied to clipboard
data class Applying<T>(val newValue: T) : ProcessingParameterUpdateState<T>

The update is being applied.

Link copied to clipboard
data class Failed<T>(val newValue: T?, val cause: Exception) : ProcessingParameterUpdateState<T>

The update failed to be applied (or loaded, if applicable).

Link copied to clipboard

The value for the update is being loaded from the data source (if applicable).