setMaxNullSteps

This method sets the maximum number of null transitions (those without a trigger) that can be taken sequentially in the statechart. If OMReactive class is exceeded, event consumption is aborted.

The default value is defined in omreactive.cpp as follows:
#define OMDEFAULT_MAX_NULL_STEPS 100

Visibility
Public
Signature
static void setMaxNullSteps (int newMax) 
Parameters
newMax

Specifies the new value for maxNullSteps

Notes

Feedback