| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| TaskScheduler | ||
| ------------- | ||
| The ``TaskScheduler`` stores tasks and schedules Executions. Foreach tasks there |
There was a problem hiding this comment.
executions
Sorry, something went wrong.
There was a problem hiding this comment.
foreach is not one english word, must be for each
Sorry, something went wrong.
There was a problem hiding this comment.
And it should be task instead of tasks
Sorry, something went wrong.
| TaskScheduler | ||
| ------------- | ||
| The ``TaskScheduler`` stores tasks and schedules Executions. Foreach tasks there | ||
| exists always on execution in the status ``planned``, ``running``. If the task |
There was a problem hiding this comment.
exactly one execution, or should that say something else?
Sorry, something went wrong.
| The ``TaskScheduler`` stores tasks and schedules Executions. Foreach tasks there | ||
| exists always on execution in the status ``planned``, ``running``. If the task | ||
| will only one time it only get one execution at all. For recurring tasks the | ||
| execution will always generated for the next run time. |
There was a problem hiding this comment.
For recurring tasks a new execution will be generated when the old one is completed.?
Sorry, something went wrong.
| - ``workload``: the workload will be passed to the handler | ||
| - ``intervall``: | ||
| - ``firstExecution``: | ||
| - ``lastExecution``: |
There was a problem hiding this comment.
I would write another short explanation or remove the colons.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR improves documentation for 0.4 release