Skip to content
Snippets Groups Projects
Commit 9557293a authored by BIGARET Sebastien's avatar BIGARET Sebastien
Browse files

Added a new ProgramStatus: WAITING

parent e50b5ef1
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,8 @@ public class ProgramResult
{
/** Used to indicate that the program has not been started yet */
UNSET,
/** Used to indicate that the program is waiting to be executed */
WAITING,
/** Used to indicate that the program has started */
RUNNING,
/** Used to indicate that the program was successfully executed */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment