ISInterface:ResumeScripts

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • unsigned long ResumeScripts()

Purpose

Resumes all running scripts after being paused by PauseScripts

Usage

Parameters

none

Return Value

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

Examples

int count=0;
do
{
count=pISInterface->ResumeScripts();
}
while (count!=0)

See Also