ProcessingParameterResult

sealed class ProcessingParameterResult

Result class that contains the status of update process from an ProcessingParameter class. Status is Success, if value is successfully applied, otherwise the status is a Failure.

Since

5.0.0

Types

Link copied to clipboard
data class Failure : ProcessingParameterResult
Link copied to clipboard
object Success : ProcessingParameterResult

Inheritors

Link copied to clipboard
Link copied to clipboard