OnNetSuiteStateChange Event

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

Occurs when the network suite’s state changes.

Declaration

OnNetSuiteStateChange(Sender) Parameters
Sender [in] Required Variant

Description

The event occurs when the Network Suite's state changes. You can use this event to perform desired actions when changing the state of the Network Suite.

Parameters

The event has the following parameter:

Sender

The Event control that processes the event.

Remarks

For information on how to create an event handler for this and other TestComplete events, see Handling Events.

Since the Verify, Run and Stop methods of the NetworkSuite, Job and Task objects try to change the corresponding object’s state, you cannot call these methods from this event’s handler.

See Also

Distributed Testing
OnNetJobStateChange Event
OnNetTaskStateChange Event
OnNetVarChange Event
Handling Events
Event Control

Highlight search results