get Process By Uuid
open fun getProcessByUuid(@NonNull context: Context, @NonNull processUUID: String): ProcessItem
Content copied to clipboard
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.
process UUID
String the process uuid