ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Telemetry functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following constants are used to manage telemetry:
ConstantDetailsFunction
tsAbandonCurrent status of telemetry: telemetry is abandoned after too many sending errors.TelemetryConfigure
tsCollectCurrent status of telemetry: telemetry is enabled and data is being collected.TelemetryConfigure
tsWaitingCurrent status of telemetry: telemetry is enabled but no data was sent to the server. Data is waiting to be sent at a later date. TelemetryConfigure
tsSendCurrent status of telemetry: telemetry is enabled and has successfully sent data.TelemetryConfigure
tsErrorCurrent status of telemetry: telemetry is enabled but could not send data to the server.TelemetryConfigure
tsInactiveCurrent status of telemetry: telemetry is inactive.TelemetryConfigure
tcEnableLogConfigure the telemetry log.TelemetryConfigure
tcIdleTimeoutTelemetry configuration (counting the activity time on a window): the count stopwatch is automatically stopped after this idle time.TelemetryConfigure
tcStatusCurrent status of telemetry.TelemetryConfigure
tcFileLogConfigure the telemetry log: Telemetry uses a file log. The corresponding file is saved in the "\AppData\Roaming\\" directory.TelemetryConfigure
tcMemoryLogConfigure the telemetry log: Telemetry uses a memory log.TelemetryConfigure
tcOfflineModeTelemetry configuration: Operating mode of telemetry. TelemetryConfigure
tcNumberSendAttemptsTelemetry configuration: Maximum number of attempts to send telemetry data in online modeTelemetryConfigure
tcMaximumPeriodCollectionTelemetry configuration: Maximum periodicity for collecting telemetry data (in seconds). The data will be sent at the end of this period, regardless of the size of collected data.TelemetryConfigure
tcMinimumPeriodCollectionTelemetry configuration: Minimum periodicity for collecting telemetry data (in seconds). The data can be sent at the end of this period if the minimum size is reached.TelemetryConfigure
tcMinimumSizeCollectionTelemetry configuration: Minimum size of data collected for the minimum collection period (in kilobytes).TelemetryConfigure
tcGetMemoryLogReturns the content of memory log.TelemetryConfigure
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/23/2023

Send a report | Local help