Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
long TestGetVerdictModule ();
// gets the verdict of the test module and report it in the Write Window void MainTest() { MyTestCase(); if (TestGetVerdictModule() == 1) Write("State of Test Module: failed."); else Write("State of Test Module: passed."); }