load

abstract suspend fun load(): ProcessingParameterResult

Triggers the asynchronous updating of the MimiProcessingParameter value from an asynchronous data source.

Attempts to update the Applicator with this MimiProcessingParameter with asynchronous data source value.

The loading and update to the Applicator must succeed for the load operation to succeed.

Return

A ProcessingParameterResult indicating either the ProcessingParameterResult.Success or ProcessingParameterResult.Failure of the operation.