markProcessesAsRead

suspend fun markProcessesAsRead(    context: Context,     processes: List<STWProcess>,     callback: OperationListener<MyBusinessError>?)

Marks the given process list as read. This operation will be synchronized with other client Apps.

Parameters

context
    **Context** The application context.
processes

List of STWProcess to mark as read

callback
    **[OperationListener]** to handle operation events.