isRetryAllowed()
|
Function Declaration |
|
|
Type |
Object function |
|
Description |
This function is invoked by the plug-in to check whether a bank import retry is allowed.
|
|
Returns |
boolean |
|
Input Parameters |
N/A |
Example
if (context.isRetryAllowed()) {
context.retry({deltaMinutesLater: 30, currentFailureReason: "Timed out"});
}