| << vacation (shift) << | Table Of Contents | >> weeklymax >> |
| Keyword | warn List Attribute |
| Purpose | The warn attribute adds a logical expression to the property. The condition described by the logical expression is checked after the scheduling and a warning is generated if the condition evaluates to true. This attribute is primarily intended for testing purposes. |
|
| Syntax | warn (<operand> [(| | & | > | < | = | >= | <= | !=) <operand>...] | @ (all | none)) |
|
| Arguments | operand | An operand can consist of a date, a text string, a function, a property attribute or a numerical value. It can also be the name of a declared flag. Use the An operand can be a negated operand by prefixing a ~ character or it can be another logical expression enclosed in braces. |
| | | The 'or' operator |
|
| & | The 'and' operator |
|
| > | The 'greater than' operator |
|
| < | The 'smaller than' operator |
|
| = | The 'equal' operator |
|
| >= | The 'greater-or-equal' operator |
|
| <= | The 'smaller-or-equal' operator |
|
| != | The 'not-equal' operator |
|
| Context | resource, supplement (resource), task, supplement (task) | |
| << vacation (shift) << | Table Of Contents | >> weeklymax >> |