title: ArmaRAMDb - Scheduler icon: mdi:file-text-outline
Manages the callback system for the ArmaRAMDb extension. This function receives task IDs from the extension's asynchronous callbacks, parses them, and registers them in a hashmap for later processing. It acts as the bridge between the extension's asynchronous operations and the game's execution environment.
Parameter | Type | Description | Default |
---|---|---|---|
_taskID | String | Task identifier returned from extension callback | "" |
None. The function registers the task ID in a hashmap for later processing.
[timestamp]_[operation]
ramdb_db_fnc_fetch
: Assembles data chunks for large datasetsramdb_db_fnc_handler
: Processes the data retrieved from database operationsramdb_db_fnc_processQueue
: Executes queued database operationsAdd Task | Handler | Init | Print Addon Name | Process Queue | Scheduler | Test