cancelRepeat

open fun cancelRepeat(    @NonNull context: Context,     @NonNull processUUID: String,     @Nullable callback: STWOperationCallback<MyBusinessError>)

Cancels the planed repetition of the given process

Parameters

context

Context The application context.

processUUID

String the process uuid

callback

STWOperationCallback to handle the operation events.