Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.57 KB

File metadata and controls

51 lines (36 loc) · 1.57 KB

taskItem

  • class taskItem (bundle\windows\result\taskItem) extends abstractItem
  • source bundle/windows/result/taskItem.php

Description

Экземпляр данного класса содержит информацию об одном процессе


Properties

  • ->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.

Methods


Methods

__construct()

__construct(mixed $name, mixed $pid, mixed $sessionName, mixed $sessionNumber, mixed $memory, mixed $status, mixed $user, mixed $cpuTime, mixed $title): void

kill()

kill(): void

Завершить процесс