ISInterface:EndScript
Jump to navigation
Jump to search
Syntax
- bool EndScript(char *Filename)
Purpose
To end a running script
Usage
Parameters
- char *Filename
- The Filename of the script to end
Return Value
- bool
- returns true on success, false on failure
Examples
- Example code
pISInterface->EndScript("test");
See Also
- ISInterface
- RunScript
- [[Script_Development|]]