IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26111


Ignore:
Timestamp:
Nov 12, 2009, 3:13:25 PM (16 years ago)
Author:
Paul Price
Message:

Add macros to turn off revert task.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/operations/addstar/input

    r26099 r26111  
    88  set.poll 180
    99end
     10
     11
     12macro addstar.revert.on
     13  task addstar.revert
     14    active true
     15  end
     16end
     17
     18macro addstar.revert.off
     19  task addstar.revert
     20    active false
     21  end
     22end
Note: See TracChangeset for help on using the changeset viewer.