DefineTestStop [changed since version 1.3.0]

Parent Previous Next

DefineTestStop

Description: the method checks the status of the process (stopped or not)

Syntax: DefineTestStop()

Return value: bool (true or false)


Example:

if (tester.DefineTestStop() == true) return; // so the test is stopped


Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites