Add 'process_pending_transactions' function documentation

This commit is contained in:
Denis Dyukorev 2020-03-31 17:22:07 +07:00
parent 564df1e279
commit 9a40a8ea73

View File

@ -161,6 +161,13 @@
desc: value is `true` if current store supports handling
restored transactions, otherwise `false`.
#*****************************************************************************************************
- name: process_pending_transactions
type: function
desc: Process transactions still unprocessed from previous session if any. Transactions will be
processed with callback function set with `set_listener` function
#*****************************************************************************************************
- name: set_listener