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 1.0.0-alpha01
ProcessPid(processName: String, pid: Int)

Public properties

pid

Added in 1.0.0-alpha01
val pidInt

The id of the process.

processName

Added in 1.0.0-alpha01
val processNameString

The name of the process.