endBatch function

void endBatch()

Implementation

void endBatch() {
  if ((--system.batchDepth) == 0) {
    system.processEffectNotifications();
  }
}