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/stack.pro

    r19353 r19406  
    3636    active true
    3737  end
    38   task stack.cleanup.load
    39     active true
    40   end
    41   task stack.cleanup.run
    42     active true
    43   end
    4438end
    4539
     
    5246    active false
    5347  end
     48end
     49
     50macro stack.cleanup.on
     51  task stack.cleanup.load
     52    active true
     53  end
     54  task stack.cleanup.run
     55    active true
     56  end
     57end
     58
     59macro stack.cleanup.off
    5460  task stack.cleanup.load
    5561    active false
     
    192198  periods      -timeout 30
    193199  npending     1
    194   active       true
     200  active       false
    195201
    196202  stdout NULL
     
    238244  periods      -exec $RUNEXEC
    239245  periods      -timeout 60
    240   active       true
     246  active       false
    241247
    242248  task.exec
Note: See TracChangeset for help on using the changeset viewer.