| ILOG JRules User Guide > Testing Rules with Rule Scenario Manager > Reference > Test Extractors and Operators > NUM_TASKS_EXECUTED |
NUM_TASKS_EXECUTED |
PREVIOUS NEXT |
Extracts the number of tasks in the ruleset that were executed.
The extracted value is an integer, and can be compared using the following operators:
Operator |
Compares |
|---|---|
LT |
less than (<) |
NOT_LT |
greater than or equal to ( >= ) |
GT |
greater than ( > ) |
NOT_GT |
less than or equal to ( <= ) |
EQUALS |
equals ( = ) |
NOT_EQUALS |
does not equal ( != ) |
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |