pl.wendigo.chrome.api.systeminfo / ProcessInfo

ProcessInfo

data class ProcessInfo (source)

Represents process info.

Link
SystemInfo#ProcessInfo type documentation.

Constructors

<init>

ProcessInfo(type: String, id: Int, cpuTime: Double)

Represents process info.

Properties

cpuTime

val cpuTime: Double

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

id

val id: Int

Specifies process id.

type

val type: String

Specifies process type.