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

Runs the procedure with the provided arguments; this methods blocks further execution until the AIMMS procedure has returned. 

 

Java
int run(IData... args);
Parameters 
Description 
IData... args 
The arguments to run the procedure with.  

The return value of the AIMMS procedure run.