isRetryAllowed()

Example
          if (context.isRetryAllowed()) {
    context.retry({deltaMinutesLater: 30, currentFailureReason: "Timed out"});
} 

        

Related Topics

General Notices