tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IDreamMaker.cs
Go to the documentation of this file.
1using System.Threading;
2using System.Threading.Tasks;
3
7
9{
13 public interface IDreamMaker
14 {
24 Job job,
25 IDatabaseContextFactory databaseContextFactory,
26 JobProgressReporter progressReporter,
27 CancellationToken cancellationToken);
28 }
29}
ValueTask DeploymentProcess(Job job, IDatabaseContextFactory databaseContextFactory, JobProgressReporter progressReporter, CancellationToken cancellationToken)
Create and a compile job and insert it into the database. Meant to be called by a IJobManager.
Factory for scoping usage of IDatabaseContexts. Meant for use by Components.