ScheduledTasks: Renamed UserId to CustomId

This commit is contained in:
XorogVEVO 2022-02-19 19:28:59 +01:00
parent 9d0d220d8b
commit 01520e50fc
2 changed files with 4 additions and 3 deletions

View file

@ -84,7 +84,7 @@ public class InternalSheduler
public class taskInfo
{
public string userId { get; internal set; } = "";
public string customId { get; internal set; } = "";
internal CancellationTokenSource? tokenSource { get; set; }
public DateTime? runTime { get; internal set; }
}