releaseTheControl

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

Requests to release the control on the given process.

Parameters

context

Context The application context.

processUUID

String the process uuid

callback

STWOperationCallback to handle the request events.