Siebel SmartScript Administration Guide > Verifying, Testing, and Invoking SmartScripts > Invoking Scripts Through Siebel VB or Siebel eScript >

Canceling, Finishing, and Resuming a SmartScript


Three InvokeMethod calls exist for canceling, finishing, and resuming SmartScripts. These methods are CancelSmartScript, FinishSmartScript, and Resume SmartScript.

NOTE:  These methods operate on the SmartScript you have currently running.

CancelSmartScript and FinishSmartScript take no parameters.

The parameters for Resume SmartScript are listed below.

Resume SmartScript

Syntax

Resume SmartScript viewName, appletName

Argument
Description

viewName

Name of the view to be displayed if it is not the agent's SmartScript view

appletName

Name of the applet to be displayed if it is not the agent's SmartScript applet

Siebel SmartScript Administration Guide