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.
Updated by Francois Suter over 15 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Solved in r1079
Updated by Francois Suter over 12 years ago
- Status changed from Resolved to Closed
Updated by Michael Stucki almost 11 years ago
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler
Actions