DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Scheduler – Task successful

Important

To use this event, the Scheduler extension must be installed on the system.


This event is fired when a scheduler task is successfully executed.

The following properties can be used in notifications:

Property Description
uid Uid of the task, for instance 123
title Title of the task, for instance Reporting
description Description of the task
data Arbitrary data that can be filled by the task and used as markers
result Result of the task process (should be a boolean value)