Name

Write — Write the proposed (and probably modified) settings to the system.

Synopsis

map Write(void);

Description

Write the proposed (and probably modified) settings to the system. It is up to the proposal dispatcher how it remembers the settings. The errors must be reported using the Report:: module to have the possibility to control the behaviour from the main program.

This Write() function is optional. The dispatcher module is required to allow this function to be called without returning an error value if it isn't there.

Return Values

Returns a map containing:

boolean success

Returns true, if the settings were written successfully.