public final class ProcessPid


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

Summary

Public constructors

ProcessPid(@NonNull String processName, int pid)

Public methods

final int

The id of the process.

final @NonNull String

The name of the process.

Public constructors

ProcessPid

Added in 1.0.0-alpha01
public ProcessPid(@NonNull String processName, int pid)

Public methods

getPid

Added in 1.0.0-alpha01
public final int getPid()

The id of the process.

getProcessName

Added in 1.0.0-alpha01
public final @NonNull String getProcessName()

The name of the process.