tgstation-server 6.12.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
60 ValueTask ScheduleServerStart(string? newCron);
61
67 ValueTask ScheduleServerStop(string? newCron);
68 }
69}
For managing connected chat services.
For interacting with the instance services.
IChatManager Chat
The IChatManager for the IInstanceCore.
IWatchdog Watchdog
The IWatchdog for the IInstanceCore.
ValueTask ScheduleServerStart(string? newCron)
Change the server auto-start timing for the IInstanceCore.
ValueTask ScheduleServerStop(string? newCron)
Change the server auto-stop timing for the IInstanceCore.
ValueTask ScheduleAutoUpdate(uint newInterval, string? newCron)
Change the auto-update timing for the IInstanceCore.
Handler for an instance being renamed.
Runs and monitors the twin server controllers.
Definition IWatchdog.cs:16