On this pageMerchant.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(Merchant target) { bool result = target.busy; } }Copy