MyChat Scripts: mIntegrationTurboSMSEnabled, TurboSMS status
Check if the integration with TurboSMS is on.
Syntax
function mIntegrationTurboSMSEnabled: boolean;
Function result
"True", if the service is on, "False" if not.
Example
begin
if mIntegrationTurboSMSEnabled then mLogScript('TurboSMS enabled', '')
else mLogScript('TurboSMS disabled', '');
end.
Script work result
[13:47:19] (Log "TurboSMSEnabled"): TurboSMS enabled
[13:47:19] (Run "TurboSMSEnabled"): Script operation time: 2 ms
[13:47:19] (Run "TurboSMSEnabled"): Script done successfully.
See also
Help page for TurboSMS service via HTTP API, commands, answers, possible errors
Created with the Personal Edition of HelpNDoc: Maximize Your CHM Help File Capabilities with HelpNDoc