Files
CHOMPStation2/code/__defines/database.dm
2024-02-15 03:22:50 -07:00

7 lines
248 B
Plaintext

/// When a query has been queued up for execution/is being executed
#define DB_QUERY_STARTED 0
/// When a query is finished executing
#define DB_QUERY_FINISHED 1
/// When there was a problem with the execution of a query.
#define DB_QUERY_BROKEN 2