- class
taskItem(bundle\windows\result\taskItem) extendsabstractItem - source
bundle/windows/result/taskItem.php
Description
Экземпляр данного класса содержит информацию об одном процессе
->name:string- Имя процесса->pid:int- Process ID->sessionName:string- Имя сессии->sessionNumber:int- № сеанса->memory:int- Память (в байтах)->status:string- Состояние->user:string- Пользователь->cpuTime:int- CPU Time (sec)->title:string- Window Title- See also in the parent class abstractItem.
->__construct()->kill()- Завершить процесс- See also in the parent class abstractItem
__construct(mixed $name, mixed $pid, mixed $sessionName, mixed $sessionNumber, mixed $memory, mixed $status, mixed $user, mixed $cpuTime, mixed $title): voidkill(): voidЗавершить процесс