Package core :: Package controllers :: Package intrusionTools :: Module delayedExecution :: Class delayedExecution
[hide private]
[frames] | no frames]

Class delayedExecution




This class is a base class for crontabHandler and atHandler.

Instance Methods [hide private]
  _exec(self, command)
A wrapper for executing commands
  _fixTime(self, hour, minute, amPm='')
Fix the time, this is done to fix if minute == 60, or ampm changes from am to pm, etc...

Method Details [hide private]

_exec(self, command)

 
A wrapper for executing commands

_fixTime(self, hour, minute, amPm='')

 
Fix the time, this is done to fix if minute == 60, or ampm changes from am to pm, etc...