IPWorks IoT 2020 Python Edition

Questions / Feedback?

commit_transaction Method

Commits an existing transaction.

Syntax

def commit_transaction(id: str) -> None: ...

Remarks

This method commits a transaction previously started with begin_transaction. Id identifies the transaction to commit.

The OpenTransactions configuration setting can be queried to obtain a list of currently-open transactions.

Refer to begin_transaction for more information about transactions.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 Python Edition - Version 20.0 [Build 8265]