ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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 the telemetry:
ConstantDetailsFunction
tsAbandonCurrent status of telemetry: the telemetry is abandoned after too many send errors.TelemetryConfigure
tsCollectCurrent status of telemetry: the telemetry is enabled and a collection is in progress.TelemetryConfigure
tsSendCurrent status of telemetry: the telemetry is enabled and information was sent.TelemetryConfigure
tsErrorCurrent status of telemetry: the telemetry is enabled but no information was sent to the server.TelemetryConfigure
tsInactiveCurrent status of telemetry: the telemetry is inactive.TelemetryConfigure
tcEnableLogConfigure the telemetry log.TelemetryConfigure
tcIdleTimeoutConfiguring the telemetry (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: The telemetry is using a file log. The corresponding file is saved in the "\AppData\Roaming\\" directory.TelemetryConfigure
tcMemoryLogConfigure the telemetry log: The telemetry is using a memory log.TelemetryConfigure
tcOfflineModeConfiguring the telemetry: Operating mode of telemetry. TelemetryConfigure
tcNumberSendAttemptsConfiguring the telemetry: Maximum number of attempts to send telemetry data in online modeTelemetryConfigure
tcMaximumPeriodCollectionConfiguring the telemetry: Maximum periodicity for collecting the telemetry data (in seconds). The data will be sent at the end of this period, regardless of the size of collected data.TelemetryConfigure
tcMinimumPeriodCollectionConfiguring the telemetry: Minimum periodicity for collecting the telemetry data (in seconds). The data can be sent at the end of this period if the minimum size is reached.TelemetryConfigure
tcMinimumSizeCollectionConfiguring the telemetry: 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