load

abstract suspend fun load(): ProcessingParameterResult

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

Attempts to updates all registered, out-of-date MimiParameterApplicators with this MimiProcessingParameter with asynchronous data source value.

All updates to the MimiParameterApplicators must succeed for the load operation to succeed.

Return

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

Since

10.0.0