chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.systeminfo / GetProcessInfoResponse

GetProcessInfoResponse

data class GetProcessInfoResponse

Response type for the SystemInfoDomain.getProcessInfo command.

Constructors

<init>

Response type for the SystemInfoDomain.getProcessInfo command.

GetProcessInfoResponse(processInfo: List<ProcessInfo>)

Properties

processInfo

An array of process info blocks.

val processInfo: List<ProcessInfo>