\Colibri\Utils\ShellAsync

Выполняет ассинхронно команду в shell

Summary

Methods
Properties
Constants
__construct()
Create()
Run()
IsRunning()
Kill()
No public properties found
No constants found
No protected methods found
$pid
N/A
No private methods found
No private properties found
N/A

Properties

$pid

$pid : integer

Pid процесса

Type

integer

Methods

__construct()

__construct(string|\Colibri\Utils\Shell\Execute  $command = null) 

Конструктор

Parameters

string|\Colibri\Utils\Shell\Execute $command

IsRunning()

IsRunning() : boolean

Проверяет жив ли процесс

Returns

boolean

Kill()

Kill() : boolean

Отключает процесс

Returns

boolean