OpenWebHareService (open)

Open a WebHare service

Syntax

LOADLIB "mod::system/lib/services.whlib";

ASYNC FUNCTION OpenWebHareService(STRING servicename, RECORD options)

Parameters

STRING servicename

Name of the service (should follow the 'module:tag' pattern)

RECORD options

Options

VARIANT ARRAY arguments

Arguments for the service

BOOLEAN notondemand

Do not try to autostart an ondemand service

INTEGER timeout

Connect timeout, defaults to 30 seconds

Return value

A proxy offering ASYNC versions of the service API