StagingBatchStatus Enumeration
Specifies the processing status of a staging (import) batch.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
| Member name | Description | |
|---|---|---|
| All | All statuses. | |
| AllExceptCleared | This value indicates all statuses except for the Cleared status. | |
| Cleared | The records in the batch have been deleted. | |
| Completed | The batch is finished being processed. | |
| NotRunning | The batch is not running and is not queued for processing. | |
| QueuedToClear | The batch is queued for deletion of the records. | |
| QueuedToRun | The batch is queued for processing. | |
| Running | The batch is being processed. |
The StagingBatchStatus simple type specifies the processing status of a staging (import) batch.