Merge commit 'd435f549fe9bbfbea64ed9be36104e7a23f9603c' as 'libraries/action-scheduler'
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Class ActionScheduler_FinishedAction
|
||||
*/
|
||||
class ActionScheduler_FinishedAction extends ActionScheduler_Action {
|
||||
|
||||
/**
|
||||
* Execute action.
|
||||
*/
|
||||
public function execute() {
|
||||
// don't execute.
|
||||
}
|
||||
|
||||
/**
|
||||
* Get finished state.
|
||||
*/
|
||||
public function is_finished() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user