Function that closes the current project and resets the global variables that are associated with the opened project. The global variables are reset using the function unloadcurrentproject().
When using the library, use this function instead of the RoboHelp method .closeProject()
to make sure the library functions correctly.
var closed = closeproject();
This function has no parameters.
Value | Meaning |
---|---|
null | There was no project to close |
true | The project was closed |