PRODUCT |

|

|
|
|

|
|
|
|
|
|
|
|
|
FAQ |
|
|

|
|
|
|
|
|
|
|
|
|
LEARN SCRIPTING |
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SAMPLE SCRIPTS |
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HELP / DOCUMENTATION |
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
Help Page - isend
( Some help pages may not display correctly in html because those help pages may have sample code in them, part of which may be mis-interpreted as html tags.
All help pages, including this help page, are available in biterScripting with the help command. )
|
|
|
Command
isend
Purpose
Ends an internet session (IS).
Aliases
isend, ise
Syntax
isend <name>
Options
Arguments
<name> This is the name of the internet session, also called session. Session names are
case-sensitive.
This argument can be supplied using a constant, variable, expression, function call,
inline command, or a combination of these, all resulting into a single value of type str.
If a constant is used, it should be enclosed in double quotes.
Stream Input
Ignored.
Stream Output
None.
Stream Error
Any errors are listed here.
Description
This command ends an internet session. A session by this name must have already been
started using the isstart command.
If the session is already connected to a server, it will be automatically disconnected from
the server before ending the session.
Restrictions
Valid Examples
isend "accesslog"
Will end session named "accesslog".
var str s
set $s = "accesslog"
isend $s
Will end session named "accesslog".
Invalid Examples
int i
isend $i
Will produce an error. $i does not result in a value of type str.
See Also
IS
isstart
iscon
isdiscon
isret
issub
isheadret
isheadsub
issave
var
|
|
|
© 2008-2012, biterScripting.com. All rights reserved.
biterScripting, biterScript, biterBrowser, biterMobile, biterScripting.com, FVA (Forward Variable Assignment) are trademarks of biterScripting.com. Is it biterScripting-compatible ? is a service mark of biterScripting.com.
Explorer, Unix, Windows are trademarks, service marks or other forms of intellectual property of their respective owners.
|
|