KallistiOS
2.0.0
|
Macros | |
#define | FAILED -1 |
Command failed. | |
#define | NO_ACTIVE 0 |
System inactive? | |
#define | PROCESSING 1 |
Processing command. | |
#define | COMPLETED 2 |
Command completed successfully. | |
#define | ABORTED 3 |
Command aborted before completion. |
These are the raw values the status syscall returns.
#define ABORTED 3 |
Command aborted before completion.
#define COMPLETED 2 |
Command completed successfully.
#define FAILED -1 |
Command failed.
#define NO_ACTIVE 0 |
System inactive?
#define PROCESSING 1 |
Processing command.