====== ThinkGeo.MapSuite.Core.TransactionResultStatus ====== {{section>upgrade_map_suite_to_10.0}} This enumeration represents the results from a FeatureSource transaction. == Remarks == None == Items == **Success** * **Summary**:This means that each item in the transaction buffer succeeded. **Failure** * **Summary**:This means that at least one of the items in the transaction buffer failed. It may mean that other record did succeed. This depends on the implementation of the specific FeatureSource. **Cancel** * **Summary**:This means that the transaction was canceled.