System.CodeCoverageLog([Boolean] [, Boolean]) Method
Version: Available or changed with runtime version 1.0.
Starts and stops the logging of code. You can also use this method to retrieve the current logging status.
Syntax
[IsActive := ] System.CodeCoverageLog([NewIsActive: Boolean] [, MultiSession: Boolean])
Note
This method can be invoked without specifying the data type name.
Parameters
[Optional] NewIsActive
Type: Boolean
true starts code logging;false stops code logging.
[Optional] MultiSession
Type: Boolean
Return Value
[Optional] IsActive
Type: Boolean
true is code logging is active;false otherwise.