Help for this page

Select Code to Download


  1. or download this
    END{$obj->Kill($exitcode) if $obj->GetExitCode() == STILL_ACTIVE};
    
  2. or download this
    use Win32::Process (STILL_ACTIVE);
    
  3. or download this
    END{$obj->Kill($exitcode)};
    
  4. or download this
    $ProcessObj->GetExitCode($exitcode);