BusySnapshotInfinite
Namespace: Busy.Bar
An infinite (no fixed duration) BUSY timer is running.
public sealed record class BusySnapshotInfinite : BusySnapshotState, System.IEquatable`1[[Busy.Bar.BusySnapshotState, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IEquatable`1[[Busy.Bar.BusySnapshotInfinite, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → BusySnapshotState → BusySnapshotInfinite
Implements IEquatable<BusySnapshotState>, IEquatable<BusySnapshotInfinite>
Attributes NullableContextAttribute, NullableAttribute, RequiredMemberAttribute
Properties
CardId
Identifier of the card/profile the running timer was started from.
public required string CardId { get; init; }
Property Value
IsPaused
Whether the timer is currently paused.
public required bool IsPaused { get; init; }
Property Value
BusyBarSettings
Presentation settings in effect for this snapshot, if the timer has been started.
public BusyBarSettings? BusyBarSettings { get; init; }
Property Value
Constructors
BusySnapshotInfinite()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public BusySnapshotInfinite()