Adaptive Framework 0.9.0

evaluate_with_retry

The following is a list of properties for the function evaluate_with_retry:

PropertyValue
briefEvaluate value with retry
categorycompiler
descriptionEvaluate a value and retry up to a limit if an exception occurs.
functionIdevaluate_with_retry
functionLabelevaluate_with_retry
parameters[ { "description": "Value to evaluated", "name": "value" }, { "dataType": "integer", "description": "Maximum number to retry if an exception occurs.", "name": "limit" } ]
returns{ "description": "Evaluated value." }