isCheckpointingHaMvcc
Syntax
isCheckpointingHaMvcc(groupId)
Details
Checks whether the specified HA MVCC Raft group is currently performing a checkpoint.
Parameters
groupId is an integer indicating the HA MVCC Raft group ID.
Returns
Returns a BOOL scalar. true indicates that a checkpoint is in progress; false indicates that no checkpoint is in progress (or it has completed).
Examples
isCheckpointingHaMvcc(5)
// output:false
Related function: haMvccTable
