Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Events.Commit
Commits pending changes to the database.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Events | 6.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "Events.Commit" )
Parameters
none
Result
Returns OK or error.
Description
Commits pending changes to the database.If you use saveCalendar/saveEvent/removeCalendar/removeEvent, etc. and you pass 0 to their commit parameter, you are batching changes for a later commit. This method does that commit. This allows you to save the database only once for many additions or changes. If you pass 1 to methods' commit parameter, then you don't need to call this method.
This method will return OK as long as nothing went awry, even if nothing was actually committed. Else it returns an error.
See also
- Events.RemoveCalendar
- Events.RemoveEvent
- Events.RemoveReminder
- Events.SaveCalendar
- Events.SaveEvent
- Events.SaveReminder
This function checks for a license.
Created 10th March 2016, last changed 10th March 2016