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.