Actions
Bug #4195
closedRemove running flag from execution class
Start date:
2009-08-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Class tx_scheduler_Execution contains a member variable $running, which is supposed to be true if the execution is running, false otherwise.
This variable is never set, nor is it used (except wrongfully in the test event, which has been cleaned up already). This is not the proper way of testing whether a task has a running execution. tx_schedulerTask::isExecutionRunning should be used instead.
Actions