struct Protocol::SystemInfo::GetProcessInfo

Overview

Returns information about all running processes.

Included Modules

Defined in:

protocol/system_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def process_info : Array(ProcessInfo) #

An array of process info blocks.


[View source]