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.