Help for this page

Select Code to Download


  1. or download this
     $ProcessObj->Wait(INFINITE);
    
  2. or download this
    sub myjob2
    {
    ...
        $mw->update () while $ProcessObj->GetExitCode($exitcode), $exitcod
    +e == 259;
        print $exitcode;
    }