ContentsIndexHome
PreviousUpNext
IProcedure.run Method (int, IData...)

Runs the procedure with the provided arguments; this methods blocks further execution until the AIMMS procedure has returned or the timeout expires. In the latter case an AimmsCommunicationException is raised. 

 

Java
int run(int timeout, 
               IData... args);
Parameters 
Description 
int timeout 
The amount of time in seconds to wait for the procedure to finish.  
IData... args 
The arguments to run the procedure with.  

The return value of the AIMMS procedure.