stop Repeat
suspend fun stopRepeat(context: Context, processUUID: String): ApiResult<Any>
Content copied to clipboard
Stops the planed repetition of the given process
Return
ApiResultApiResult.Success if the repeat stopped successfully, ApiResult.Error<MyBusinessError> otherwise
Parameters
context
**Context** The application context.Content copied to clipboard
process UUID
**String** the process uuid.Content copied to clipboard