SnapshotApplyResult.Success


Summary

Public functions

open Unit

Check the result of a snapshot apply.

Cmn

Public properties

open Boolean

True if the result is Success.

Cmn

Public functions

check

open fun check(): Unit

Check the result of a snapshot apply. Calling check on a Success result is a noop.

Public properties

succeeded

open val succeededBoolean

True if the result is Success.