IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 5:22:43 PM (20 years ago)
Author:
eugene
Message:

adding error states

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_00/ippTasks/pantasks.pro

    r11019 r11059  
    1717$runpoll = 0.5
    1818$runexec = 1
     19
     20$EXIT_SUCCESS     = 0
     21$EXIT_UNKNOWN_ERR = 1
     22$EXIT_SYS_ERR     = 2
     23$EXIT_CONFIG_ERR  = 3
     24$EXIT_PROG_ERR    = 4
     25$EXIT_DATA_ERR    = 5
    1926
    2027macro init.simtest
     
    8693    if ($0 == 2)
    8794      echo "$1 for: $command"
     95      echo "job exit status: $JOB_STATUS"
     96      echo "job dtime: $JOB_DTIME"
    8897    else
    8998      echo "command: $command"
Note: See TracChangeset for help on using the changeset viewer.