// @ts-check // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT export function GetAllProcessPid() { return window['go']['system']['InfoUtils']['GetAllProcessPid'](); } export function GetCpuInfo() { return window['go']['system']['InfoUtils']['GetCpuInfo'](); } export function GetCpuTimes() { return window['go']['system']['InfoUtils']['GetCpuTimes'](); } export function GetCpuUsage() { return window['go']['system']['InfoUtils']['GetCpuUsage'](); } export function GetDiskPartitions() { return window['go']['system']['InfoUtils']['GetDiskPartitions'](); } export function GetDiskUsage(arg1) { return window['go']['system']['InfoUtils']['GetDiskUsage'](arg1); } export function GetIOCounters() { return window['go']['system']['InfoUtils']['GetIOCounters'](); } export function GetNetWorkConnection() { return window['go']['system']['InfoUtils']['GetNetWorkConnection'](); } export function GetProcessInfo(arg1) { return window['go']['system']['InfoUtils']['GetProcessInfo'](arg1); } export function GetSwapMemory() { return window['go']['system']['InfoUtils']['GetSwapMemory'](); } export function GetVirtualMemory() { return window['go']['system']['InfoUtils']['GetVirtualMemory'](); } export function ScanDir(arg1) { return window['go']['system']['InfoUtils']['ScanDir'](arg1); }