Uses 911K of libraries. Click here for Pure Java version (4792L/23K).
1 | !7 |
2 | |
3 | cmodule ProcessUptime > DynBigNumber {
|
4 | start {
|
5 | setDescription("UPTIME (DD:HH:MM)");
|
6 | doEveryAndNow(60.0, r actualUpdate); |
7 | } |
8 | |
9 | void actualUpdate {
|
10 | setValue(formatDaysColonHoursColonMinutes(sysNow()-vmStartTime_sys())); |
11 | } |
12 | } |
Began life as a copy of #1020549
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030091 |
| Snippet name: | Process Uptime |
| Eternal ID of this version: | #1030091/1 |
| Text MD5: | 2e723dff343291f1300c32f2d3043e62 |
| Transpilation MD5: | 3f19ed2cbaaf005ad8d7e1d65376a328 |
| Author: | stefan |
| Category: | |
| Type: | JavaX source code (Dynamic Module) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-08 18:07:15 |
| Source code size: | 256 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 439 / 768 |
| Referenced in: | [show references] |