3. SystemInfo object
Introduction
The SystemInfo object is always visible from any action, and provides access to information about the machine.
Attributes
os |
string |
Specifies the name of the operating system: Windows / Ubuntu |
oSVersion |
string |
Indicates the version of the operating system. |
osDistribution |
string |
Distributor operating system: Microsoft / Ubuntu / RedHat / .... |
hostName |
string |
Return the team name. |
clientHostName |
string |
For remote connections, returns the name of the source host. |
fileSeparator |
string |
Separator files depending on the platform: / Linux \ For Windows |
username |
string |
Operating system user name. It can be different from Soffid user name. |