STWProcessDeleteCallback

interface STWProcessDeleteCallback<T : Error?> : STWCallback<T>

Functions

Link copied to clipboard
abstract fun onDeleted(nbrOfDeletedProcess: Int)

Inherited functions

Link copied to clipboard
abstract fun onError(@NonNull error: T)
Called when an error occurs following a request executed by the developer.