delete Process
fun deleteProcess( context: Context, processList: List<STWProcess>?, callback: STWProcessDeleteCallback?)
Content copied to clipboard
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.Content copied to clipboard
process List
**[List] of [STWProcess]**
processes to deleteContent copied to clipboard
callback
**[STWProcessDeleteCallback]** to handle
operation eventsContent copied to clipboard