apply Module Header
fun A_Module.applyModuleHeader(loader: AvailLoader, moduleHeader: ModuleHeader): String?
Content copied to clipboard
Update this module with information that has been accumulated in the given ModuleHeader.
Return
An error message String if there was a problem, or null if no problems were encountered.
Parameters
loader
The AvailLoader responsible for loading this module.
module Header
The ModuleHeader containing information to transfer to this module.