OpenWebHareService (open)
Open a WebHare service
Syntax
LOADLIB "mod::system/lib/services.whlib";
ASYNC FUNCTION OpenWebHareService(STRING servicename, RECORD options)Parameters
STRING servicenameName of the service (should follow the 'module:tag' pattern)
RECORD optionsOptions
VARIANT ARRAY argumentsArguments for the service
BOOLEAN notondemandDo not try to autostart an ondemand service
INTEGER timeoutConnect timeout, defaults to 30 seconds
Return value
A proxy offering ASYNC versions of the service API