FsrmCollectionState enumeration (fsrmenums.h)
Defines the possible states of a collection object.
Syntax
typedef enum _FsrmCollectionState {
FsrmCollectionState_Fetching = 1,
FsrmCollectionState_Committing = 2,
FsrmCollectionState_Complete = 3,
FsrmCollectionState_Cancelled = 4
} FsrmCollectionState;
Constants
FsrmCollectionState_Fetching Value: 1 The collection object is fetching data. |
FsrmCollectionState_Committing Value: 2 The collection object is committing its data. |
FsrmCollectionState_Complete Value: 3 The collection object is complete (has stopped fetching or committing data). |
FsrmCollectionState_Cancelled Value: 4 The collection operation (fetching or committing) was canceled. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Header | fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h) |