tgstation-server 6.8.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IInstanceCore.cs
Go to the documentation of this file.
1using System.Threading.Tasks;
2
9
11{
16 {
21
26
31
36
41
46
53 ValueTask ScheduleAutoUpdate(uint newInterval, string? newCron);
54 }
55}
For managing connected chat services.
Definition: IChatManager.cs:15
For managing the engine installations.
For interacting with the instance services.
IChatManager Chat
The IChatManager for the IInstanceCore.
IWatchdog Watchdog
The IWatchdog for the IInstanceCore.
ValueTask ScheduleAutoUpdate(uint newInterval, string? newCron)
Change the auto-update timing for the IInstanceCore.
Handler for an instance being renamed.
Factory for creating and loading IRepositorys.
For managing the Configuration directory.
Runs and monitors the twin server controllers.
Definition: IWatchdog.cs:16