NWTTSTransactionStatus
Verifies whether a transaction has been written to disk
#include <nwtts.h>
or
#include <nwcalls.h>
NWCCODE N_API NWTTSTransactionStatus (
NWCONN_HANDLE conn,
nuint32 transactionNum);
uses calwin32
Function NWTTSTransactionStatus
(conn : NWCONN_HANDLE;
transactionNum : nuint32
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
NWTTSTransactionStatus can be called even if NWTTSEndTransaction returns TTS_DISABLED.
Applications should not wait for transactions to be written to disk unless it is absolutely necessary. Because the NetWare server caches algorithms, it may be up to five seconds before they are actually written. Transactions are written to disk in the order in which they terminate.