Update Internal.cs
This commit is contained in:
parent
96040d2d8a
commit
b124e19a87
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ public class InternalSheduler
|
|||
/// <summary>
|
||||
/// The custom data asscociated with this task.
|
||||
/// </summary>
|
||||
public object CustomData { get; internal set; }
|
||||
public object? CustomData { get; internal set; }
|
||||
|
||||
/// <summary>
|
||||
/// The time this task will run.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue