Project-Unload

Function Name dcl-Project-Unload
Syntax   (dcl-Project-Unload <PROJECT> {ForceUnload [as Boolean]})
Return Type Boolean (T if successful; otherwise NIL)

This method unloads a project, freeing its memory. If the optional ForceUnload argument is T, any active forms from the project are closed; otherwise the function fails if any forms are still active.