Ignore:
Timestamp:
03/29/16 17:37:22 (8 years ago)
Author:
nanardon
Message:

Add task modules

Add two task module:

  • Unexportexpired: unexported expire aliases and nethost
  • Updatedyndata: refresh aliases and group with autoMember settings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Task.pm

    r1427 r1737  
    8383} 
    8484 
     85=head2 runDelay 
     86 
     87Return the minumum of second to wait to have the module running again. 
     88 
     89Return 0 but can be override by Task module. 
     90 
     91=cut 
     92 
     93sub runDelay { 0; } 
     94 
    8595=head2 run 
    8696 
Note: See TracChangeset for help on using the changeset viewer.