Gfa_Run
? = Gfa_IsRun
Gfa_Cleanup
Gfa_Run should start the current loaded project (F5). Compiles the project first and executes it when no errors are found. GLL and Library projects cannot be executed. Due to a bug this command doesn't work
Gfa_IsRun the function Gfa_IsRun returns true when a program is running.
Gfa_Cleanup Cleanups still active resources after ending the program. Useful after a sudden break down of the program when there are still windows or files open. Gfa_Cleanup closes all handles and files that are created using GFA-BASIC 32 commands (not WINAPI).
{Created by Sjouke Hamstra; Last updated: 12/05/14 by James Gaite}