GRBBatch::retry()

This method instructs the Cluster Manager to retry optimization of a failed or aborted batch request, changing its status to SUBMITTED. Please refer to the Batch Status Codes section for further details.

void retry ( )

    Example usage:

          // If the batch failed, we try again
          if (BatchStatus == GRB_BATCH_FAILED)
            batch->retry();