MemoryStoreUpdateStatus 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 a memory store update operation.
public enum MemoryStoreUpdateStatus
type MemoryStoreUpdateStatus =
Public Enum MemoryStoreUpdateStatus
- Inheritance
-
MemoryStoreUpdateStatus
Fields
| Name | Value | Description |
|---|---|---|
| Queued | 0 | Queued. |
| InProgress | 1 | InProgress. |
| Completed | 2 | Completed. |
| Failed | 3 | Failed. |
| Superseded | 4 | Superseded. |