mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
bwuh
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Tgstation.Server.Host.Jobs
|
||||
readonly ILogger<JobService> logger;
|
||||
|
||||
/// <summary>
|
||||
/// <see cref="Dictionary{TKey,TValue}"/> of <see cref="Job"/> <see cref="Api.Models.EntityId.Id"/>s to running <see cref="JobHandler"/>s.
|
||||
/// <see cref="Dictionary{TKey, TValue}"/> of <see cref="Job"/> <see cref="Api.Models.EntityId.Id"/>s to running <see cref="JobHandler"/>s.
|
||||
/// </summary>
|
||||
readonly Dictionary<long, JobHandler> jobs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user