ILOG JRules User Guide > Testing Rules with Rule Scenario Manager > Reference > Test Extractors and Operators > NUM_TASKS_EXECUTED

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:

NUM_TASKS_EXECUTED 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 ( != ) 

Related Sections

NUM_TASKS_NOT_EXECUTED
TASKS_EXECUTED
TASKS_NOT_EXECUTED
ALL_TASKS
NUM_ALL_TASKS