Occurs when a task’s state changes.
Declaration
OnNetTaskStateChange(Sender, Task)
Parameters
Sender | [in] | Required | Variant | |
Task | [in] | Required | A Task object |
Description
The event occurs when a task’s state changes. You can use this event to perform desired actions when changing the task state.
Parameters
The event has the following parameters:
Sender
The Event control that processes the event.
Task
Task specifies the task whose state has changed.
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
OnNetSuiteStateChange Event
OnNetVarChange Event
Handling Events
Event Control