The provueserverisup statement checks whether provue.com is online and operating.
Parameters
This statement has one parameter:isup – true if provue.com appears to be up, false if it appears to be down.
Description
This statement checks whether provue.com is is online and operating. It doesn’t attempt to contact provue.com directly, instead, it uses an external third party server to check whether provue.com is available. So if provue.com is blocked by a firewall, this operation will still be able to determine whether provue.com is online. If this computer is unable to contact the third party server, it assumes that this computer is offline and that provue.com is online.
local provueIsUp
provueserverisup provueIsUp
if provueIsUp
... perform operation assuming that the provue server is running
endif
See Also
History
Version | Status | Notes |
10.2 | New | New in this version. |