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

    r19090 r19406  
    2626    active true
    2727  end
    28   task fake.cleanup.load
    29     active false
    30   end
    31   task fake.cleanup.run
    32     active false
    33   end
    3428end
    3529
     
    4135    active false
    4236  end
     37end
     38
     39macro fake.cleanup.on
     40  task fake.cleanup.load
     41    active true
     42  end
     43  task fake.cleanup.run
     44    active true
     45  end
     46end
     47
     48macro fake.cleanup.off
    4349  task fake.cleanup.load
    4450    active false
     
    182188  periods      -timeout 30
    183189  npending     1
    184   active       true
     190  active       false
    185191
    186192  stdout NULL
     
    228234  periods      -exec $RUNEXEC
    229235  periods      -timeout 60
    230   active       true
     236  active       false
    231237
    232238  task.exec
Note: See TracChangeset for help on using the changeset viewer.