If the P6RULE_KEEPSTATS flag was set in the initialize() method, then this method provides a means to extract the statistics that have beeen keep in rule execution.
The statistics are output to the provided data stream in XML format.
- Parameters:
-
| pResult | [IN] Stream to output the inferred facts. |
- Returns:
Success | P6R::eOk | |
Failure | P6R::eNotInitialized | A successful call to initialize was not made before this call. |
P6R::eNotFound | Statistics was not turned on in the initialize() call. |
P6R::eInvalidArg | pResult is NULL. |