Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.IsBatchActive

Indicates if a batch operation is under way or not.

Declaration

CTBOOL CTRecord.IsBatchActive();

Description

Indicates if a batch operation is active or not. This is equivalent to CTRecord.BatchMode() returning CTBATCH_NONE.

Return

Value

Symbolic Constant

Explanation

0

NO

No batch operation is under way.

1

YES

A batch operation is under way.

See Also

CTRecord.BatchLocked(), CTRecord.BatchMode(), CTRecord.EndBatch(), CTRecord.InsertBatch(), CTRecord.NextBatch(), CTRecord.SetBatch(), CTRecord.BatchLoaded, CTRecord.BatchTotal

TOCIndex