Log.UnlockEvents Method

Applies to TestComplete 12.60, last modified on September 17, 2018

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

About Test Log
Log.LockEvents Method
Log.Event Method

Highlight search results