getProcessByUuid

open fun getProcessByUuid(@NonNull context: Context, @NonNull processUUID: String): ProcessItem

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

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

Parameters

context

Context The application context.

processUUID

String the process uuid