ProcessInfo

@Serializable
data class ProcessInfo(val type: String, val id: Int, val cpuTime: Double)

Represents process info.

Constructors

Link copied to clipboard
constructor(type: String, id: Int, cpuTime: Double)

Properties

Link copied to clipboard

Specifies cumulative CPU usage in seconds across all threads of the process since the process start.

Link copied to clipboard
val id: Int

Specifies process id.

Link copied to clipboard

Specifies process type.