locFinished FunctionInforms TQS that a location has been finished, so any location-specific or global FINISH actions can take place. SyntaxlocFinished(); ParametersNone. ReturnsThere is no return value. RemarksUse of this function is not required, but helps custom locations take advantage of built-in FINISH functionality. Exampleif(noMoreQuestions) locFinished(); else loadQuestion(); |