Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

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

This function checks for a license.

Created 10th March 2016, last changed 10th March 2016


Events.ClearNotification - Events.CompletedReminders

💬 Ask a question or report a problem