APGen Documentation Previous Topic: APGScript.Globals Next Topic: APGScript.CreateObject() Parent Topic: APGScript Object    APGScript Object
APGScript.Abort()
See Also:

The APGScript.Abort() method halts execution of the script.

Syntax

VBScript:

oAPGScript.Abort

JScript:

oAPGScript.Abort();

Notes

This property provides external access to the Script.Abort() method.

APGScript.Abort() halts execution of the script, and causes successful return from the Run() or RunArgs() call that ran the script. 

Applies To

APGScript Object