ISInterface:EndScript

From Lavish Software Wiki
Jump to navigation Jump to search

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");

See Also