Class ArkadeIntentAdvanceOptions
- Namespace
- NArk.ArkadeIntents.Services
- Assembly
- NArk.ArkadeIntents.dll
How often swaps are acted on, and whether they are acted on at all.
public sealed class ArkadeIntentAdvanceOptions
- Inheritance
-
ArkadeIntentAdvanceOptions
- Inherited Members
Properties
Enabled
Set false to drive claims and refunds by hand instead.
public bool Enabled { get; set; }
Property Value
Remarks
Worth being deliberate about: turning this off means something else must claim inside the receive window, and nothing warns when that turns out to be nobody.
Interval
How long between passes. Defaults to 30 seconds.
public TimeSpan Interval { get; set; }