Krang::Schedule::Action::publish - Scheduler Action class which implements scheduler publish functions
Concrete Krang::Scheduler::Action class which publishes media and stories object types
This class publishes scheduled stories and media.
use Krang::ClassLoader base => 'Schedule::Action'; sub execute { }
$schedule->execute()$schedule->_publish()Will return if successful. It is assumed that failures in the publish process will
cause things to croak() or die(). If trapped, a Schedule-log entry will be made,
and the error will be propegated further.