ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Telemetry functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Telemetry constants are as follows:
ConstantDetailsFunction
tsAbandonCurrent telemetry status: telemetry is abandoned after too many sending errors.TelemetryConfigure
tsCollectCurrent telemetry status: telemetry is active and being collected.TelemetryConfigure
tsWaitingCurrent telemetry status: telemetry is active, but sending information to the server has failed.. Data is waiting to be sent at a later date. TelemetryConfigure
tsSendCurrent telemetry status: telemetry is active and has successfully sent information.TelemetryConfigure
tsErrorCurrent telemetry status: telemetry is active, but sending information to the server has failed.TelemetryConfigure
tsInactiveCurrent telemetry status: telemetry is inactive.TelemetryConfigure
tcEnableLogConfigures the telemetry log.TelemetryConfigure
tcIdleTimeoutTelemetry settings (window activity count): the countdown timer is automatically stopped after this period of inactivity.TelemetryConfigure
tcStatusCurrent telemetry status.TelemetryConfigure
tcFileLogTelemetry log settings: Telemetry uses a log file.. The corresponding file is saved in the "\AppData\Roaming\\" directory.TelemetryConfigure
tcMemoryLogTelemetry log settings: Telemetry uses a memory log.TelemetryConfigure
tcOfflineModeTelemetry settings: Telemetry operating mode. TelemetryConfigure
tcNumberSendAttemptsTelemetry settings: Maximum number of attempts to send telemetry data in connected modeTelemetryConfigure
tcMaximumPeriodCollectionTelemetry settings: Maximum frequency (in seconds) of telemetry data collection. The data will be sent at the end of this period, regardless of the size of the data collected.TelemetryConfigure
tcMinimumPeriodCollectionTelemetry settings: Minimum frequency (in seconds) for telemetry data collection. The data can be sent at the end of this period if the minimum size is reached.TelemetryConfigure
tcMinimumSizeCollectionTelemetry settings: minimum size (in kilobytes) of data collected for the minimum collection period.TelemetryConfigure
tcGetMemoryLogReturns the contents of the memory log.TelemetryConfigure
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help