title: ArmaRAMDb - Process Queue icon: mdi:file-text-outline
Processes the queue of pending database tasks sequentially. This function executes each task in the queue one by one, handling various database operations based on the task type. It continues processing until the queue is empty.
None. This function does not require any parameters.
None. The function processes tasks in the queue and updates the processing state.
GVAR(isProcessing)
to true while running and false when completeramdb_db_fnc_addTask
when new tasks are addedramdb_db_fnc_addTask
: Adds tasks to the queue for processingramdb_db_fnc_handler
: Handles data returned from database operationsramdb_db_fnc_scheduler
: Manages callback responses from the databaseAdd Task | Handler | Init | Print Addon Name | Process Queue | Scheduler | Test