Support Board
Date/Time: Tue, 17 Jun 2025 01:18:55 +0000
Post From: Study won't exit?
[2025-04-21 14:22:57] |
LTSys2 - Posts: 27 |
If it is false shouldn't the study become disabled and stop? I even added "sc.LastCallToFunction = 1;" into the if statement and it keeps running? I forgot to mention... that input is for the study enabled/disabled setting. if(sc.Input[0].GetYesNo() == false || sc.LastCallToFunction) { sc.AddMessageToLog("INFO disconnected", 0); sc.LastCallToFunction = 1; return; } Date Time Of Last Edit: 2025-04-21 14:26:14
|