Show / Hide Table of Contents

Class SettingsGeneral

Provides settings for general purposes.

Inheritance
System.Object
ViewModelBase
SettingsGeneral
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
ViewModelBase.PropertyChanged
ViewModelBase.OnPropertyChanged(String)
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 Source

BotsDisplayMode

The rate and detail of information to display in the Bot Status column.

Declaration
public BotsDisplayMode BotsDisplayMode { get; set; }
Property Value
Type Description
BotsDisplayMode
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX