int64 GetProcessUptime()

Gets the KioWare process uptime in system ticks

Security

Trust Level Required: Low Trust

Return

The process uptime in system ticks

Examples


var procUpTime = KioApp.GetProcessUptime(); 
console.log("The Current KioWare up time in system ticks is .. " + procUpTime);

Requirements

KioWare for Windows version 8.7 or greater.