BatchStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Status of the batch.
public enum BatchStatus
type BatchStatus =
Public Enum BatchStatus
- Inheritance
-
BatchStatus
Fields
Name | Value | Description |
---|---|---|
Waiting | 0 | Batch is waiting to be run |
Running | 1 | Batch is currently executing |
Complete | 2 | Batch has completed. |