Skip to main content

BusyTimerSimpleSettings

Namespace: Busy.Bar

A timer that runs for a single fixed duration.

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

Inheritance Object → BusyTimerSettings → BusyTimerSimpleSettings
Implements IEquatable<BusyTimerSettings>, IEquatable<BusyTimerSimpleSettings>
Attributes NullableContextAttribute, NullableAttribute, RequiredMemberAttribute

Properties​

TotalTimeMs​

Total duration of the timer, in milliseconds.

public required long TotalTimeMs { get; init; }

Property Value​

Int64

Constructors​

BusyTimerSimpleSettings()​

Caution​

Constructors of types with required members are not supported in this version of your compiler.


public BusyTimerSimpleSettings()