Log.UnlockEvents Method

Applies to TestComplete 15.63, last modified on April 10, 2024

Description

Re-enables the posting of event messages to the test log, which was suspended by the LockEvents method called during the current run of the current test item.

When testing large applications, LockEvents and UnlockEvents can be used to avoid taking up too much memory for messages.

Declaration

Log.UnlockEvents()

Result None

Applies To

The method is applied to the following object:

Result Value

None.

Example

To view an example that demonstrates how to use the UnlockEvents method, see the LockEvents help topic.

See Also

Test Results
LockEvents Method
Event Method

Highlight search results