getAllProcessAsFlow

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

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.