Skip to main content
Solved

What is the status code of job list on AIMMS PRO?

  • October 7, 2020
  • 1 reply
  • 231 views

zsofia.varga
AIMMSian

Hello,

 

We load back job data (optimization infos) from AIMMS PRO to the user session. I would like to display the status of the job. I only found the status code parameter but nothing about what is the status code list and meaning. Can somebody help me with that?

Thanks, Zsófi

Best answer by dsalakirova

Dear Zsofi, 

 

Thank you for your question! We have just realized that this information has not been published in our documentation. 

You can find the mapping below:

UNKNOWN(-1),
CREATED(0),
QUEUED(1),
INITIALIZING(2),
READY(3),
RUNNING(4),
CLOSING(5),
FINISHED(6),
INTERRUPTED(7),
ERROR(8),
DELETED(9);

Please know that thanks to your question this mapping will be soon published on our page.

 

Kind regards,

Dessie 

1 reply

Forum|alt.badge.img+5
  • AIMMSian
  • 17 replies
  • Answer
  • October 14, 2020

Dear Zsofi, 

 

Thank you for your question! We have just realized that this information has not been published in our documentation. 

You can find the mapping below:

UNKNOWN(-1),
CREATED(0),
QUEUED(1),
INITIALIZING(2),
READY(3),
RUNNING(4),
CLOSING(5),
FINISHED(6),
INTERRUPTED(7),
ERROR(8),
DELETED(9);

Please know that thanks to your question this mapping will be soon published on our page.

 

Kind regards,

Dessie 



Didn't find what you were looking for? Try searching on our documentation pages:

AIMMS Developer & PRO | AIMMS How-To | AIMMS SC Navigator