BT decorator that allows child's execution a limited number of times. BT decorator that allows child's execution a limited number of times defined by [member run_limit]. Returns [code]FAILURE[/code], if a limit on executions is exceeded. Otherwise, returns child's status. A limit on number of times the child is allowed to be executed.