Krang::CGI::Schedule - web interface to manage scheduling for stories and media.
use Krang::ClassLoader 'CGI::Schedule';
my $app = pkg('CGI::Schedule')->new();
$app->run();
Krang::CGI::Schedule provides a user interface to add and delete
scheduled actions for pkg('Media') and pkg('Story') objects, as well as external administrative scheduler addons.
Following are descriptions of all the run-modes provided by Krang::CGI::Schedule.
edit()Invoked by the user clicking on 'Schedule' from the story/media edit screen. It is expected that the corresponding story/media object exists in the session.
When the user clicks 'Return' they will be directed back to the edit screen of the media/story object.
The following parameters are used with this runmode:
edit_admin()Invoked by the user clicking on 'Schedule' from the admin section of the left nav bar. This feature provides general cron like functionality to the krang scheduler.
add()add_admin()add_simple()delete()save_and_view()