GRBBatch.abort()

void abort ( )

This method instructs the Cluster Manager to abort the processing of this batch request, changing its status to ABORTED. Please refer to the Batch Status Codes section for further details.

Example usage:

          // Request to abort the batch
          batch.abort();