Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| blocks:tasks [2019-06-01 16:28] – [Trigger Condition] admin | blocks:tasks [2025-02-24 19:48] (current) – [Tasks and Expressions] admin | ||
|---|---|---|---|
| Line 232: | Line 232: | ||
| * If the triggering mode is “Time of Day”; it's a JavaScript Date object. | * If the triggering mode is “Time of Day”; it's a JavaScript Date object. | ||
| - | * If the triggering mode is “Property Change” it's a number, boolean | + | * For “Property Change” it's a number, boolean, string |
| + | * For " | ||
| If no trigger is assigned to the task, the value of //trigger// is undefined, and should not be used. Note that //trigger// will contain the current value of the tasks trigger even if the task was started by other means, such as manually clicking the //play// arrow next to the task's name, or by setting the task's //running// property to true. | If no trigger is assigned to the task, the value of //trigger// is undefined, and should not be used. Note that //trigger// will contain the current value of the tasks trigger even if the task was started by other means, such as manually clicking the //play// arrow next to the task's name, or by setting the task's //running// property to true. | ||