int64 GetProcessUptimeMs()

Gets the KioWare process uptime in milliseconds

Security

Trust Level Required: Low Trust

Return

The process uptime in milliseconds.

Examples


var procUpTime = KioApp.GetProcessUptimeMs(); 
console.log("The Current KioWare up time in milliseconds is .. " + procUpTime);

Requirements

KioWare for Windows version 8.7 or greater.