Unload Command

This command removes a project folder from the GPL project area, including all files within that folder. It also removes a compiled project from memory, provided it is not being used.

Unload [project_name |-all]

Prerequisites

The named project must have be previously loaded by a Load command or an external file-copy utility. The project may or may not have been compiled. There cannot be a thread using the project. If a thread using the project is not in idle state, the Stop command must be used before the Unload can succeed.

Parameters

project_name

The optional name of the project to be unloaded.

-all

An optional switch that specifies that all projects should be unloaded.

Remarks

The Unload command releases all memory and system resources associated with a project in memory. It also removes all files associated with the project from the GPL project area.

Examples

Unload My_project

See Also

Console Commands | Load Command | Stop Command