From 9a40a8ea731822738a20d65af1e92a5b278ae652 Mon Sep 17 00:00:00 2001 From: Denis Dyukorev Date: Tue, 31 Mar 2020 17:22:07 +0700 Subject: [PATCH] Add 'process_pending_transactions' function documentation --- docs/_data/api.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/_data/api.yml b/docs/_data/api.yml index cfa9b2a..a74426a 100644 --- a/docs/_data/api.yml +++ b/docs/_data/api.yml @@ -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