ISInterface:PauseScripts

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • unsigned long PauseScripts()

Purpose

Pauses all running scripts, to be resumed only by calling ResumeScripts

Usage

Parameters

none

Return Value

  • unsigned long
The number of times ResumeScripts must be called for script execution to be resumed

Examples

  • pISInterface->PauseScripts();

See Also