release The Control
suspend fun releaseTheControl(context: Context, processUUID: String): ApiResult<Any>
Content copied to clipboard
Requests to release the control on the given process.
Return
ApiResultApiResult.Success if operation done successfully, ApiResult.Error<MyBusinessError> otherwise
Parameters
context
**Context** The application context.Content copied to clipboard
process UUID
**String** the process uuidContent copied to clipboard