Skip to main content

BusySnapshotState

Namespace: Busy.Bar

See the discriminator-ordering note on BusyTimerSettings — the same confirmed assumption applies here.

public abstract record class BusySnapshotState : System.IEquatable`1[[Busy.Bar.BusySnapshotState, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance Object → BusySnapshotState
Implements IEquatable<BusySnapshotState>
Attributes NullableContextAttribute, NullableAttribute, JsonPolymorphicAttribute, JsonDerivedTypeAttribute, JsonDerivedTypeAttribute, JsonDerivedTypeAttribute, JsonDerivedTypeAttribute

Properties

BusyBarSettings

Presentation settings in effect for this snapshot, if the timer has been started.

public BusyBarSettings? BusyBarSettings { get; init; }

Property Value

BusyBarSettings

Constructors

BusySnapshotState(BusySnapshotState)

protected BusySnapshotState(BusySnapshotState original)

Parameters

original BusySnapshotState

BusySnapshotState()

protected BusySnapshotState()