Commit Mode

 
The SdaiCommitMode is used to distinguish the state of a transaction commit operation.
 
typedef enum{
sdaiCOMMIT,
sdaiABORT
} SdaiCommitMode;
Â