deleteProcess

fun deleteProcess(    context: Context,     processList: List<STWProcess>?,     callback: STWProcessDeleteCallback?)

Deletes the given process list.

This operation will be synchronized with other client Apps.

If the given list contains processes under control of user, a request will be sent automatically for every one of them to release the lead.

Parameters

context
    **Context** The application context.
processList
    **[List] of [STWProcess]**
    processes to delete
callback
    **[STWProcessDeleteCallback]** to handle
    operation events