ACQUIRE_EXCLUSIVE_ACCESS_BUSY

const val ACQUIRE_EXCLUSIVE_ACCESS_BUSY: Int = 1

Possible result of acquireExclusiveAccess or acquireWholeMapExclusiveAccess, signalling that exclusive access can't be granted because another component already has it.

Take care to keep this aligned with the values on the JNI side.