getAllProcessAsLiveData

fun getAllProcessAsLiveData(context: Context, keyWord: String? = null): LiveData<List<STWProcess>?>

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.