ScheduledTasks: Renamed UserId to CustomId
This commit is contained in:
parent
9d0d220d8b
commit
01520e50fc
2 changed files with 4 additions and 3 deletions
|
|
@ -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; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue