execute

abstract suspend fun execute(args: Bundle, auxiliaryData: Bundle): Result<Bundle>

Function that must execute a command of the commandTypeId. Should return ExecutionException if the command cannot be executed for some reason.

Parameters

args

a Bundle with the arguments of the command, passed from the other process.

auxiliaryData

additional auxiliary metadata.