Definition:
#include "scoreboard.h"
Usage example:
if (status == STOP_PREQUEST) {
...deal with request stop time...
}
This constant is used to indicate a request's processing is stopped (not necessarily completed). Useful for timing purposes.
Previous: START_PREQUEST
Next: TAKE1
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)