close: Closes the Resources of a Scala Interpreter
Description
This function closes (i.e., frees) the resources associated with an interpreter. Subsequent uses of the interpreter object will fail.
Usage
# S3 method for ScalaInterpreter
close(con, ...)
Arguments
con
An interpreter from an interpreter constructor (i.e. scala
).