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