data class ProcessInfo
Represents process info.
<init> |
Represents process info. ProcessInfo(type: String, id: Int, cpuTime: Double) |
cpuTime |
Specifies cumulative CPU usage in seconds across all threads of the process since the process start. val cpuTime: Double |
id |
Specifies process id. val id: Int |
type |
Specifies process type. val type: String |