Friday, September 4, 2020

HOW TO RESET TTS ,Transaction reset ttsabort fix

 static void jobResetTTS(Args _args)

{
    while (appl.ttsLevel() > 0)
    {
        info(strfmt("Level %1 aborted",appl.ttsLevel()));
        ttsAbort;

    }

}

No comments:

Post a Comment