StagingBatchStatus Enumeration
Contains values specifying the processing status of a staging (import) batch.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Member name | Description | |
|---|---|---|
| All | Includes all statuses of the staging batch. | |
| AllExceptCleared | Includes all statuses of the staging batch except the Cleared status. | |
| Cleared | The batch records have been deleted. | |
| Completed | The batch records have been completed. | |
| NotRunning | The batch is not running and is not queued for processing. | |
| QueuedToClear | The batch is queued for deletion. | |
| QueuedToRun | The batch is queued for processing. | |
| Running | The batch is being processed. |
Show: