On this pageInventory.busypublic bool busy { get; }CopyDescription#True if the system is currently loading or saving data.Usage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Inventory target) { bool result = target.busy; } }Copy