BatchProcessingStopped property

bool BatchProcessingStopped
Gets a value indicating whether a batch request stopped processing before the end.

Implementation

bool get BatchProcessingStopped =>
    (this._result == ServiceResult.Warning) &&
    (this._errorCode == ServiceError.ErrorBatchProcessingStopped);