tgstation-server  4.3.2
The /tg/station 13 server suite
Byond.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace Tgstation.Server.Api.Models
4 {
8  public sealed class Byond
9  {
13  public Version? Version { get; set; }
14 
18  public Job? InstallJob { get; set; }
19  }
20 }
Represents a BYOND installation
Definition: Byond.cs:8
Represents a long running job on the server. Model is read-only, updates attempt to cancel the job ...
Definition: Job.cs:6