Krang::Schedule::Action::send - Scheduler Action class which implements scheduler send functions
Concrete Krang::Scheduler::Action class which sends scheduled alerts.
This class sends scheduled alerts. It is instantiated on action type.
use Krang::ClassLoader base => 'Schedule::Action';
sub execute { }
$schedule->execute()
Action method for class. Must be defined in Krang::Scheduler::Action classes.
This method serves as the entry point method in Krang::Scheduler::Action class implementations.
In this class it functions to send scheduled alerts.
$schedule->_send()
Private method that handles the sending of a Krang::Alert.
Will throw any errors propegated by the Krang::Alert system.