Commit
Parameter: ("") – empty characterstring. An empty characterstring shall be passed as a parameter.
Return Value: The method can return one of two values. The return value shall be represented as a characterstring. The quotes ("") are not part of the characterstring returned, they are used purely to delineate the values returned.
- "true" – The characterstring "true" shall be returned if the data was successfully persisted to a long-term data store.
- "false" – The characterstring "false" shall be returned if the data was unsuccessfully persisted to a long-term data store. The API Instance shall set the error code to a value specific to the error encountered. The SCO may call GetLastError() to determine the type of error. More detailed information pertaining to the error may be provided by the LMS through the GetDiagnostic() function.