Approve

Object representing an approved condition result.

This implementation of the ConditionResult interface indicates that a retry condition has succeeded.

Properties

Link copied to clipboard
open val isSuccess: Boolean

Indicates whether the current instance of ConditionResult represents a successful state. Returns true if the instance is of type Approve, signifying success. Otherwise, returns false.