<< extend << | Table Of Contents | >> flags >> |
Keyword | fail |
Purpose | The fail attribute adds a logical expression to the property. The condition described by the logical expression is checked after the scheduling and an error is raised if the condition evaluates to true. This attribute is primarily intended for testing purposes. |
|
Syntax | fail <logicalexpression> |
|
Arguments | logicalexpression | See logicalexpression for details. |
Context | resource, supplement (resource), task, supplement (task) |
<< extend << | Table Of Contents | >> flags >> |