History Box

This simple dialog shows the tasks that have been executed by the scheduler in reaction to conditions.

HistoryBox

The list, representing the last completed tasks in descending time order (that is, the first row shows the most recent task), shows the following information:

  • Time: the time at which the task started running

  • Task: the name of the executed task

  • Triggered By: the name of the condition that triggered the task

  • Duration: the duration of the task, in seconds

  • OK: a sign indicating the outcome: a checkmark for a positive outcome, a cross for a negative one, the empty set sign for undetermined results

  • Message: additional information provided by whenever

The history box does not capture results in real time, but the Reload button can be used to update its contents instantly. Only the latest 100 results are displayed – this might become a configurable parameter in further versions.

See Also

Main