provueserverisup(
)

The provueserverisup( function checks whether provue.com is online and operating.


Parameters

No parameters.


Description

This function 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.

if provueserverisup()
   ... perform operation assuming that the provue server is running
endif

See Also


History

VersionStatusNotes
10.2NewNew in this version.