Share via


WorldLockingManager.HasPendingIO Property

Definition

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.

Applies to