9.123 JSMX_CLOSE

Note: Built-In Function Rules     Usage Options

This Built-In Function closes the JSM connection identified by the handle.

See also: 9.125 JSMX_OPEN and 9.124 JSMX_COMMAND

Arguments

No

Type

Req/ Opt

Description

Min Len

Max Len

Min Dec

Max Dec

1

A

Req

Handle to connection

4

4

 

 

 

Return Values

No

Type

Req/ Opt

Description

Min Len

Max Len

Min Dec

Max Dec

1

U

Req

Status

1

20

 

 

2

U

Req

Message

1

Unlimited

 

 

 

Example

Close a JSM connection.

USE BUILTIN(JSMX_CLOSE) WITH_ARGS(#JSMHNDL) TO_GET(#JSMSTS #JSMMSG)