Difference between revisions of "ISInterface:EndScript"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
=== Parameters === | === Parameters === | ||
*char *Filename | *char *Filename | ||
− | :The '''Filename''' of the script to end | + | :'''[in]'''The '''Filename''' of the script to end |
=== Return Value === | === Return Value === | ||
*bool | *bool |
Latest revision as of 01:12, 2 September 2005
Syntax
- bool EndScript(char *Filename)
Purpose
To end a running script
Usage
Parameters
- char *Filename
- [in]The Filename of the script to end
Return Value
- bool
- Returns true on success, false on failure
Examples
- Example code
pISInterface->EndScript("test");