public final class ProcessPid

Contains a process name and the process id associated with that name.

Summary

Public constructors

ProcessPid

Added in 2.4.0-beta02
public ProcessPid(@NonNull String processName, int pid)

Public methods

getPid

Added in 2.4.0-beta02
public final int getPid()

The id of the process.

getProcessName

Added in 2.4.0-beta02
public final @NonNull StringgetProcessName()

The name of the process.