You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guy Allard edited this page Jan 18, 2015
·
2 revisions
ActiveSelector
Description:
The ActiveSelector uses the same evaluation criteria as a standard Selector, but higher priority branches are periodically re-evaluated. This allows for reactive behavior, interrupting long-running lower priority branches.
Returns:
SUCCESS if any child succeeds
FAILURE if all children failed
Parameters:
recheckFrequency - The time in milliseconds between re-evaluations of higher priority branches.