IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2007, 6:33:50 PM (19 years ago)
Author:
Paul Price
Message:

Adding useful macros to turn subsets of tasks on and off.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/phase0.pro

    r11412 r11476  
    3131  book listbook p0PendingImfile
    3232  book listbook p0PendingExp
     33end
     34
     35macro phase0.on
     36  task phase0.imfile.load
     37    active true
     38  end
     39  task phase0.imfile.run
     40    active true
     41  end
     42  task phase0.exp.load
     43    active true
     44  end
     45  task phase0.exp.run
     46    active true
     47  end
     48end
     49
     50macro phase0.off
     51  task phase0.imfile.load
     52    active false
     53  end
     54  task phase0.imfile.run
     55    active false
     56  end
     57  task phase0.exp.load
     58    active false
     59  end
     60  task phase0.exp.run
     61    active false
     62  end
    3363end
    3464
Note: See TracChangeset for help on using the changeset viewer.