Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 15:21:58 +0000



Post From: sc.ServerConnectionState Documentation

[2019-12-08 21:32:59]
User987654 - Posts: 65
Hi Support,

Reading the documentation for sc.ServerConnectionState, it says "...When the connection state is disconnected and then the connection becomes connected, the study function will be called. When the connection state is connected and then it is no longer connected, the study function will be called..."

Does that mean if this function is used in the body of the function, it will not be called at every chart update interval? I was under the impression that everything inside the body of
SCSFExport scsf_studyname(SCStudyInterfaceRef sc){###body###}
is called at every chart update interval.

Sorry if dumb question, new to coding.