getProcessByUUID

fun getProcessByUUID(context: Context, processUUID: String): STWProcess?

Gets the process having the given processUUID.

This method return null if the given processUUID is empty or the corresponding process is not found.

Return

STWProcess: the process having the given UUID, or null if it is not found.

Parameters

context
    **Context** The application context.
processUUID
    **String** the process uuid