IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2008, 9:05:37 AM (18 years ago)
Author:
bills
Message:

default cleanup tasks to off. Add macros to turn them on and off

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/warp.pro

    r19126 r19406  
    4747    active true
    4848  end
    49   task warp.cleanup.load
    50     active true
    51   end
    52   task warp.cleanup.run
    53     active true
    54   end
    5549end
    5650
     
    6963    active false
    7064  end
     65end
     66
     67macro warp.cleanup.on
     68  task warp.cleanup.load
     69    active true
     70  end
     71  task warp.cleanup.run
     72    active true
     73  end
     74end
     75macro warp.cleanup.off
    7176  task warp.cleanup.load
    7277    active false
     
    313318  periods      -timeout 30
    314319  npending     1
    315   active       true
     320  active       false
    316321
    317322  stdout NULL
     
    359364  periods      -exec $RUNEXEC
    360365  periods      -timeout 60
    361   active       true
     366  active       false
    362367
    363368  task.exec
Note: See TracChangeset for help on using the changeset viewer.