Class: Outcome

timapi.constants.Outcome()

Overview

Members-Overview

new Outcome()

Identifies the outcome of the previous transaction (in the TransactionInfoRequest response).

Specification: retail.

Member-List

failed (static, constant)

Indicates that the transaction failed / was aborted or rollbacked.

Specification: retail.

partial (static, constant)

Indicates that the transaction has only partially succeeded (partial commit).

Specification: retail.

successful (static, constant)

If transaction was successful. This does not necessarily mean the transaction is committed, as for example Reservation does not need a commit. But if there was a rollback, the transaction must NOT be indicated as Successful, but as Failed.

Specification: retail.