Skip to content
Snippets Groups Projects
Commit 3e463610 authored by Michael Oehlhof's avatar Michael Oehlhof Committed by Christian Kuhn
Browse files

[BUGFIX] Updated class name in scheduler docs

Resolves: #66587
Releases: master, 8.7
Change-Id: If5fbb4df430aeb08122cc0713167a8cc464e6d55
Reviewed-on: https://review.typo3.org/55142


Reviewed-by: default avatarFrank Naegler <frank.naegler@typo3.org>
Tested-by: default avatarFrank Naegler <frank.naegler@typo3.org>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent ec15a3c6
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ table.
That being said, a task also contains information about its execution.
Indeed each task class has an instance of
:code:`tx_scheduler_Execution` as a member variable, which contains
:code:`TYPO3\CMS\Scheduler\Execution` as a member variable, which contains
information such as start and end date and is used to calculate the
next execution date.
......@@ -36,6 +36,6 @@ is serialized and stored in the corresponding database record. If
several executions are running at the same time, the array will
contain several timestamps. Thus the "serialized\_executions" field
actually contains an array of integers and not serialized instances of
:code:`tx_scheduler_Execution` objects.
:code:`TYPO3\CMS\Scheduler\Execution` objects.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment