ContentsIndexHome
PreviousUpNext
run Method

Runs the procedure.

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

 

int run(IData... args);

 

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. 

 

int run(int timeout, IData... args);