Documentation

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

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
Return values
bool

        

Search results