Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
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();