shouldCompleteRun

This method checks the value of OMReactive class to determine whether there are null transitions to take. It is called by the processEvent method.

Visibility
Public
Signature
long shouldCompleteRun() const 
Returns

A long that represents the value of OMReactive class

Notes

The runToCompletion method is used to take all the null transitions (if any) that can be taken after an event has been consumed.


Feedback