AccelLogStatus GetAccelerationLogStatus(string)

Use this function in acceleration logger mode to determine whether the acceleration logging is in progress or not and which page is currently running.

Security

Trust Level Required: Full Trust

Parameters

Name Description
devName (Optional) string
The name of the device. If not supplied, the first matching configured device of this type will be used

Return

An AccelLogStatus object that can be parsed as JSON.

Remarks

Examples

				
function getAccelLogStatus() {
	var status = KioOmronEnviroSensor.GetAccelerationLogStatus();
	alert(JSON.stringify(status, null, 2));
}
	

Requirements

KioWare for Windows version 8.16 or greater.