evaluate_with_retry
The following is a list of properties for the function evaluate_with_retry
:
Property | Value |
---|---|
brief | Evaluate value with retry |
category | compiler |
description | Evaluate a value and retry up to a limit if an exception occurs. |
functionId | evaluate_with_retry |
functionLabel | evaluate_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." } |