Приглашаем посетить
Сладков (sladkov.lit-info.ru)

Reference: Wait

PreviousChapter 19
Win32 Modules and Extensions
Next
 

Wait

$proc->Wait(n)

Waits n milliseconds for the process to exit. If the process times out, the method returns false and sets $! to WAIT_FAILED. For no timeout, set n to INFINITE.


PreviousHomeNext
Reference: GetExitCodeBook Index19.12 Win32::Process