Dataflow Software Stack
032db78
Master Thesis of Mathijs Saey at the VUB
|
User Constants. More...
Variables | |
int | EXIT_OK = 0 |
Exit code when the program exits with no issues. More... | |
int | EXIT_INTERRUPT = 1 |
Exit code when the user interrupts program execution. More... | |
int | EXIT_INPUT = 2 |
Exit code that is returned if some user input contains an error. More... | |
User Constants.
This module defines the external constants of DVM. External constants include exit codes.
int user.EXIT_OK = 0 |
Exit code when the program exits with no issues.
int user.EXIT_INTERRUPT = 1 |
Exit code when the user interrupts program execution.
int user.EXIT_INPUT = 2 |
Exit code that is returned if some user input contains an error.