isLoadingRecord
Value
Meanin
Example
//Check if app is still loading and only save if the state is completed
if (!app.isLoadingRecord) {
app.saveCurrentRecord();
}Last updated
//Check if app is still loading and only save if the state is completed
if (!app.isLoadingRecord) {
app.saveCurrentRecord();
}Last updated