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

    r19090 r19406  
    2626    active true
    2727  end
    28   task camera.cleanup.load
    29     active false
    30   end
    31   task camera.cleanup.run
    32     active false
    33   end
    3428end
    3529
     
    4135    active false
    4236  end
     37end
     38
     39macro camera.cleanup.on
     40  task camera.cleanup.load
     41    active true
     42  end
     43  task camera.cleanup.run
     44    active true
     45  end
     46end
     47
     48macro camera.cleanup.off
    4349  task camera.cleanup.load
    4450    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.