-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::Local::Environment::GetHostname
Karel Donk edited this page Nov 26, 2018
·
1 revision
Gets the host name of the system.
Result<String> GetHostname() const noexcept;Returns a QuantumGate::Result object equal to one of the following QuantumGate::ResultCodes:
| Value | Description |
|---|---|
QuantumGate::ResultCode::Succeeded |
The operation succeeded. |
QuantumGate::ResultCode::Failed |
The operation failed. |
Upon successful completion the result also contains a QuantumGate::String with the host name of the system.