/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/database.dm

DB_QUERY_STARTEDWhen a query has been queued up for execution/is being executed
DB_QUERY_FINISHEDWhen a query is finished executing
DB_QUERY_BROKENWhen there was a problem with the execution of a query.

Define Details

DB_QUERY_BROKEN

When there was a problem with the execution of a query.

DB_QUERY_FINISHED

When a query is finished executing

DB_QUERY_STARTED

When a query has been queued up for execution/is being executed