Methods Intended for the User
- Last UpdatedMar 10, 2023
- 1 minute read
|
Method |
Description |
|
output() is ARRAY of STRING |
Return one-line status summary per object (automatically does a refresh with refresh mode part). |
|
outputAll() is ARRAY of STRING |
Return multi-line status details per object (automatically does a refresh with refresh mode full). |
|
print() |
Print one-line status summary per object. |
|
printAll() |
Print multi-line status details per object. |
|
refresh() |
Reread status data. |
|
refreshModeFull() |
Set refresh mode to full (slows performance). |
|
refreshModeNone() |
Set refresh mode to none (best performance). |
|
refreshModePart() |
Set refresh mode to part. |