|
|
|
|
|
Telemetry constants are as follows: | | | Constant | Details | Function |
---|
tsAbandon | Current telemetry status: telemetry is abandoned after too many sending errors. | TelemetryConfigure | tsCollect | Current telemetry status: telemetry is active and being collected. | TelemetryConfigure | tsWaiting | Current telemetry status: telemetry is active, but sending information to the server has failed.. Data is waiting to be sent at a later date. | TelemetryConfigure | tsSend | Current telemetry status: telemetry is active and has successfully sent information. | TelemetryConfigure | tsError | Current telemetry status: telemetry is active, but sending information to the server has failed. | TelemetryConfigure | tsInactive | Current telemetry status: telemetry is inactive. | TelemetryConfigure | tcEnableLog | Configures the telemetry log. | TelemetryConfigure | tcIdleTimeout | Telemetry settings (window activity count): the countdown timer is automatically stopped after this period of inactivity. | TelemetryConfigure | tcStatus | Current telemetry status. | TelemetryConfigure | tcFileLog | Telemetry log settings: Telemetry uses a log file.. The corresponding file is saved in the "\AppData\Roaming\\" directory. | TelemetryConfigure | tcMemoryLog | Telemetry log settings: Telemetry uses a memory log. | TelemetryConfigure | tcOfflineMode | Telemetry settings: Telemetry operating mode. | TelemetryConfigure | tcNumberSendAttempts | Telemetry settings: Maximum number of attempts to send telemetry data in connected mode | TelemetryConfigure | tcMaximumPeriodCollection | Telemetry 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 | tcMinimumPeriodCollection | Telemetry 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 | tcMinimumSizeCollection | Telemetry settings: minimum size (in kilobytes) of data collected for the minimum collection period. | TelemetryConfigure | tcGetMemoryLog | Returns the contents of the memory log. | TelemetryConfigure |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|