ReplayManager.IsPaused Property

Ultimate Replay

ReplayManagerIsPaused Property
Returns true when the active replay manager is in any paused state. Paused states could include Playback_Paused or Recording_Paused.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool IsPaused { get; }

Property Value

Type: Boolean
See Also