Minim
index
 
Name close ( )
Examples
None available
Description Closes the snippet so that any resources it is using can be released. This should be called when you are finished using this snippet.
Syntax
close();
Returns None
Usage Web & Application
Related