tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IInstanceManager.cs
Go to the documentation of this file.
1using System.Threading.Tasks;
2
4
6{
11 {
15 Task Ready { get; }
16
22 IInstanceReference? GetInstanceReference(Api.Models.Instance metadata);
23 }
24}
Task Ready
Task that completes when the IInstanceManager finishes initializing.
IInstanceReference? GetInstanceReference(Api.Models.Instance metadata)
Get the IInstanceReference associated with given metadata .
Operations that can be performed on a given Models.Instance.