tgstation-server 6.12.3
The /tg/station 13 server suite
Loading...
Searching...
No Matches
EngineInstallResponse.cs
Go to the documentation of this file.
2{
7 {
11 [ResponseOptions]
12 public JobResponse? InstallJob { get; set; }
13
15 [ResponseOptions]
16 public override string? FileTicket
17 {
18 get => base.FileTicket;
19 set => base.FileTicket = value;
20 }
21 }
22}
Represents an engine installation job. FileTicketResponse.FileTicket is used to upload custom version...
JobResponse? InstallJob
The JobResponse being used to install a new EngineVersion.
Response for when file transfers are necessary.
Represents a long running job on the server. Model is read-only, updates attempt to cancel the job.
Definition JobResponse.cs:7