monitor_execution_counter
Triggers after a certain number of executions of the parent skill. Can trigger a reject_event if the number of exections is not reached yet.
Defined at line 67 of file monitors/basic.xml in package pitasc_library.
Meta data
CategorieslogicPrototypesmonitor, object, dictionary, base, descriptive
Parameters
Required parameters:
count : intNumber of executions before triggering
Basic parameters:
event : stringPrimary event that is triggered by the monitorDefault: succeededreject_event : stringThe event to be triggered if count is not reached.Default: preemptedfire_on_reject : boolIf true, the reject_event is triggered if the count is not reached yet.Default: False
Examples
monitor_execution_counter is used in the following examples: