TransactionResult
in package
Table of Contents
- $transactionId : string
- $unstagingComplete : bool
- transactionId() : string
- The ID of the completed transaction.
- unstagingComplete() : bool
- Whether all documents were successfully unstaged and are now available for non-transactional operations to see.
Properties
$transactionId
private
string
$transactionId
$unstagingComplete
private
bool
$unstagingComplete
Methods
transactionId()
The ID of the completed transaction.
public
transactionId() : string
Return values
string —unstagingComplete()
Whether all documents were successfully unstaged and are now available for non-transactional operations to see.
public
unstagingComplete() : bool