mark Processes As Read
suspend fun markProcessesAsRead( context: Context, processes: List<STWProcess>, callback: OperationListener<MyBusinessError>?)
Content copied to clipboard
Marks the given process list as read. This operation will be synchronized with other client Apps.
Parameters
context
**Context** The application context.Content copied to clipboard
processes
List of STWProcess to mark as read
callback
**[OperationListener]** to handle operation events.Content copied to clipboard