Op vrijdag 7 september 2018 20:11:55 UTC+2 schreef Joep Borghans:
Hi Zoran,
Thanks.
I now know how it works.
I created a structure along the global map declarations:
Global Data
LIF GROUP()
cbSize UNSIGNED
dwTime ULONG
END
Code:
LIF:cbSize = Size(LIF)
If getlastinputinfo(ADDRESS(LIF))
If GetTickCount() - LIF:dwTime > 900000 !15 min
Message('TickCount=' & GetTickCount() & ' dwTime=' & LIF:dwTime)
End
End
I aspected it to be the idle time for my application, but it seems to be the idle time for the entire system (Windows 10)
Does anyone know a function which is specific for my clarion application only?
Regards,
Joep