Modify ↓
Opened on Nov 7, 2015 at 9:25:22 AM
Closed on Nov 7, 2015 at 2:56:46 PM
Last modified on Nov 7, 2015 at 3:44:36 PM
#3161 closed Feature Request (Completed)
Constants for MemGetStats's returned array
| Reported by: | TheDcoder | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.15.1 | Component: | AutoIt |
| Version: | Severity: | None | |
| Keywords: | MemGetStats | Cc: |
Description
Hello, I think it would be nice if MemGetStats's returned array has some constants to access elements inside it... something like this:
#include <MsgBoxConstants.au3> Global Enum $MEM_LOAD, $MEM_TOTALPHYRAM, $MEM_AVAILPHYRAM, $MEM_TOTALPGFILE, $MEM_AVAILPGFILE, $MEM_TOTALVIRTUAL, $MEM_AVAILVIRTUAL $aMemStats = MemGetStats() MsgBox($MB_OK, "Feature Request", "Total load currently on RAM: " & $aMemStats[$MEM_LOAD] & '%')
Attachments (0)
Change History (2)
follow-up: 2 comment:1 by , on Nov 7, 2015 at 2:56:46 PM
| Milestone: | → 3.3.15.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Added by revision [11588] in version: 3.3.15.1