File "ActionScheduler_FinishedAction.php"
Full Path: /home/refref/public_html/actions/ActionScheduler_FinishedAction.php
File size: 232 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Class ActionScheduler_FinishedAction
*/
class ActionScheduler_FinishedAction extends ActionScheduler_Action {
public function execute() {
// don't execute
}
public function is_finished() {
return TRUE;
}
}