UiOperationResult

sealed interface UiOperationResult(source)

Immediate admission result; accepted remote requests still require an application acknowledgement.

Inheritors

Types

Link copied to clipboard

The owner admitted this request; asynchronous application may still fail.

Link copied to clipboard
data class Rejected(val reason: UiRejection) : UiOperationResult

The requested control was not admitted and the last applied state is retained.