WorldLockingManager.HasPendingIO Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the manager is currently asynchronously loading or saving state.
public bool HasPendingIO { get; }
member this.HasPendingIO : bool
Public ReadOnly Property HasPendingIO As Boolean
Property Value
Remarks
Any attempt to manually initiate a Save or Load while HasPendingIO is true will quietly fail.