tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
CompileJobResponse.cs
Go to the documentation of this file.
1using System;
2
4
6{
8 public sealed class CompileJobResponse : CompileJob
9 {
13 public JobResponse? Job { get; set; }
14
19
23 public EngineVersion? EngineVersion { get; set; }
24
28 public Uri? RepositoryOrigin { get; set; }
29 }
30}
Information about an engine installation.
Represents a long running job.
Definition Job.cs:12
Uri? RepositoryOrigin
The origin Uri of the repository the compile job was built from.
Represents a long running job on the server. Model is read-only, updates attempt to cancel the job.
Definition JobResponse.cs:7