getTrackedMethodStatus

getTrackedMethodStatus(): Integer;

The getTrackedMethodStatus method of the Process class returns a value representing the current status of the tracked method. The values returned are listed in the following table.

Value Description
0 No current tracked method
1 The tracked method is about to be called
2 The tracked method has just returned normally
3 The tracked method has just exited abnormally

An abnormal exit can occur when an exception has been raised causing further execution of the method to be abandoned (for example, when an exception handler returns Ex_Abort_Action).