You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClassMethod connect(gatewayName As %String = {..#GATEWAY}, path As %String = "barcode-1.0-SNAPSHOT-jar-with-dependencies.jar", Output sc As %Status) As %Net.Remote.Gateway
23
+
{
24
+
set gateway = ""
25
+
set sc = ##class(%Net.Remote.Service).OpenGateway(gatewayName, .gatewayConfig)
26
+
quit:$$$ISERR(sc) gateway
27
+
set sc = ##class(%Net.Remote.Service).ConnectGateway(gatewayConfig, .gateway, path, $$$YES)
0 commit comments