Equinox Online Help - Language Reference - A to Z

Home

ProfileEventStop

Applies to
SyntaxProfileEventStop
Action[Statement] Adds a trace stop event to the profile history for the currently running event
ScopeUsable anywhere
Notes

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

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

This example demonstrates a one-off use of an event

ProfileEvent 6100, "Run end of day", true, 1
execute method "EndOfDay"
ProfileStop