You need to implement an „execute“ method into your task.
public function execute()

See documentation:
The only method that must be implemented is the execute() method which is 
expected to perform the task logic.

To go for sure that the task is performed, you can var_dump something and 
trigger the task in the scheduler by clicking the „play“ button.
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to