Welcome
SYSInfo.GetOsInfo
SYSInfo.GetMemoryInfo
SYSInfo.GetBatteryInfo
SYSInfo.GetDriveInfo
SYSInfo.SuspendSystem
SYSInfo.ShutdownSystem
SYSInfo.RestartComputer
SYSInfo.Logoff
SYSInfo.Close
|
(table) SYSInfo.GetOsInfo () |
To GetOsInfo.
This action returns a (table) value.
|
(table) SYSInfo.GetMemoryInfo ( |
(number) Format = uMBs ) |
To GetMemoryInfo
(number) To select Format
This action returns a (table) value.
|
(table) SYSInfo.GetBatteryInfo () |
To GetBatteryInfo
This action returns a (table) value.
|
(table) SYSInfo.GetDriveInfo ( |
(string) Drive = "C:" ) |
To GetDriveInfo
(string) To select Drive
This action returns a (table) value.
|
(boolean) SYSInfo.SuspendSystem () |
To SuspendSystem
This action returns a (boolean) value.
|
(boolean) SYSInfo.ShutdownSystem () |
To ShutdownSystem
This action returns a (boolean) value.
|
(boolean) SYSInfo.RestartComputer () |
To RestartComputer
This action returns a (boolean) value.
|
SYSInfo.Logoff () |
To Logoff
This action dose not return any value.
|
SYSInfo.Close () |
To close the application. (Add this function in "On Shutdown")
This action dose not return any value.
Made with Action Plugin Compiler