finishEditing

suspend fun finishEditing(): Result<Unit>

Saves edits made using the FeatureForm to the database. Commits all edits made to any of the FeatureForm.elements to the database. Note that calling FeatureTable.addFeature or FeatureTable.updateFeature manually is not required.

After calling this method, the FeatureForm should be dismissed and destroyed.

Return

A Result containing the task object representing the save operation.

Since

200.5.0