Please enable JavaScript to view this site.

A-Shell Reference

Navigation: Subroutines > MIAMEX

MX_GETUPTIME

Scroll Prev Top Next More

Added January 2021

XCALL MIAMEX, MX_GETUPTIME, systime {,jobtime, ashtime}

MX_GETUPTIME (MIAMEX 198) retrieves information about the amount of time that the system has been up and the job has been logged in:

Parameters

systime (Num)  [in]

Number of seconds since the operating system booted.

jobtime  (Num)  [in]

Number of seconds since the current job logged in.

ashtime (Num)  [in]

Number of seconds since the Job Table (jobtbl.sys) last created. This is likely to be the same as the jobtime under Linux, since the jobtbl.sys creation time comes from the directory ctime which may be updated for reasons other then creation.

History

2021 January, A-Shell 6.5.1694:  Function added to A-Shell.