要求されたページは選択されたバージョンでは利用できない。
Terminate
Syntax
integer Terminate ()
Description
Stop the test run as soon as possible.
Parameters
There are no parameters for this function.
Return Value
The function returns “1” if successful or “0” if unsuccessful. If unsuccessful, the diagnostic functions can be used to get more details
Notes
- The function raises an internal flag that will cause “NextAction” to return the “nonextaction” return value on every subsequent call. It will also cause most of the “terminate” functions to return immediately with an “unsuccessful” return value.
- The actual termination is a responsibility of the automation script.