Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > isInLoadState

isInLoadState

isInLoadState(): Boolean;

The isInLoadState method of the Process class returns true if the process is currently in load state; that is, it is between a pair of beginLoad and endLoad instructions.

The method receiver must be the current process.