Write — Write the proposed (and probably modified) settings to the system.
map Write(
void)
;
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.