class ProcessPid


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

Summary

Public constructors

ProcessPid(processName: String, pid: Int)

Public properties

Int

The id of the process.

String

The name of the process.

Public constructors

ProcessPid

Added in 2.4.0
ProcessPid(processName: String, pid: Int)

Public properties

pid

Added in 2.4.0
val pid: Int

The id of the process.

processName

Added in 2.4.0
val processName: String

The name of the process.