XojoScript.State

From Xojo Documentation

Read-Only Property (As XojoScript.States )
XojoScript.StatesValue = aXojoScript.State

Supported for all project types and targets.

The state of the script compiler.

Notes

Use the States enumeration to check the state:

State Description
Ready The script compiler is ready.
Running The script compiler is running.
Complete The script compiler has completed running the script.
Aborted The script compiler has aborted.