get All Process
suspend fun getAllProcess(context: Context, keyWord: String? = null): List<STWProcess>?
Content copied to clipboard
Get the full list processes and matching the keyWord. This function should be called only from a coroutine or another suspend function
Empty keyWord will return the full list of processes.
Return
The List of STWProcess.
Parameters
context
The application context.