Equinox Online Help - Language Reference - A to Z

Home

ProfilePause

Applies to
SyntaxProfilePause
Action[Statement] Halts profiling
ScopeUsable anywhere
Notes

Profiling is suspended, however the data already captured is retained. From the keyboard, Ctrl-F12 has the same effect.

The system workarea SysError is set to a non-zero value if an error occurs, otherwise zero.

CategoryProfiling
See Also ProfileEvent, ProfileEventStart, ProfileEventStop, ProfileMessage, ProfileLog, ProfileResume, ProfileReset, ProfileStatus
Example

This example avoids profiling during SaveRecord.

ProfilePause
SaveRecord
ProfileResume