Run
Top  Previous  Next

Description

This COM property starts or continues the execution of the script loaded into ImageWarp's Script Editor.


Syntax


[VB]
objImageWarp.Run


[C/C++]
HRESULT Run();


Parameters

None  


Return Values


S_OK  
Success  
E_FAIL  
Failure.  


Example


This VB code loads a script from the file and executes it:


IW.Show
IW.Load ("C:\\Program Files\\ImageWarp\\Scripts\\18_realtime.prg")
IW.Run