Gets if this DataFile is currently in use (opened for edit) by any other user.
# Get the value of the property.propertyValue = dataFile_var.isInUse
#include <Core/Dashboard/DataFile.h>// Get the value of the property.boolean propertyValue = dataFile_var->isInUse();