get All Process As Live Data
fun getAllProcessAsLiveData(context: Context, keyWord: String? = null): LiveData<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 LiveData for List of STWProcess.
Parameters
context
The application context.