get All Process As Flow
fun getAllProcessAsFlow(context: Context, keyWord: String? = null): Flow<List<STWProcess>?>
Content copied to clipboard
Get the full list processes and matching the keyWord.
Empty keyWord will return the full list of processes.
Return
The Flow for List of STWProcess.
Parameters
context
The application context.