Class SettingsGeneral
Provides settings for general purposes.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: RuriLib.ViewModels
Assembly: RuriLib.dll
Syntax
public class SettingsGeneral : ViewModelBase, INotifyPropertyChanged
Properties
| Improve this Doc View SourceBotsDisplayMode
The rate and detail of information to display in the Bot Status column.
Declaration
public BotsDisplayMode BotsDisplayMode { get; set; }
Property Value
Type | Description |
---|---|
BotsDisplayMode |
EnableBotLog
Whether to keep the LogBuffer from BotData stored for future use (slows down the Runner).
Declaration
public bool EnableBotLog { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxHits
The maximum number of hits before the Runner automatically stops (0 for infinite).
Declaration
public int MaxHits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RequestTimeout
The maximum amount of time to wait for a response from the server for any HTTP request, in seconds.
Declaration
public int RequestTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WaitTime
The amount of time the Bot needs to wait after completing a check, in milliseconds.
Declaration
public int WaitTime { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.ComponentModel.INotifyPropertyChanged