ISInterface:GetRuntime

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • unsigned long GetRuntime()

Purpose

To obtain the sessions runtime in milliseconds

Usage

Parameters

none

Return Value

  • unsigned long
The length of time the session has been running in milliseconds

Examples

unsigned long runtime;
runtime=pISInterface->GetRuntime();

See Also