Meta Data Services Programming
LoadStatus Enumeration
This enumeration contains the flags for the asynchronous loading status of a collection.
enum {
READY = 1,
INPROGRESS = 2,
CANCELLED = 3,
FAILED = 4
} LoadStatus;
Value | Description |
---|---|
READY | Loading is complete. |
INPROGRESS | Loading in progress. |
CANCELLED | Loading has been canceled (by caller). |
FAILED | Loading failed (reason unknown). |