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

    r19089 r19406  
    3636    active true
    3737  end
    38   task diff.cleanup.load
    39     active true
    40   end
    41   task diff.cleanup.run
    42     active true
    43   end
    4438end
    4539
     
    5246    active false
    5347  end
     48end
     49
     50macro diff.cleanup.on
     51  task diff.cleanup.load
     52    active true
     53  end
     54  task diff.cleanup.run
     55    active true
     56  end
     57end
     58
     59macro diff.cleanup.off
    5460  task diff.cleanup.load
    5561    active false
     
    191197  periods      -timeout 30
    192198  npending     1
    193   active       true
     199  active       false
    194200
    195201  stdout NULL
     
    237243  periods      -exec $RUNEXEC
    238244  periods      -timeout 60
    239   active       true
     245  active       false
    240246
    241247  task.exec
Note: See TracChangeset for help on using the changeset viewer.