tgstation-server
4.3.2
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Api
Models
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
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Api.Models.Byond
Represents a BYOND installation
Definition:
Byond.cs:8
Tgstation
Tgstation.Server.Api.Models.Job
Represents a long running job on the server. Model is read-only, updates attempt to cancel the job ...
Definition:
Job.cs:6
Generated by
1.8.11