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>
|
/// <summary>
|
||||||
/// The custom data asscociated with this task.
|
/// The custom data asscociated with this task.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public object CustomData { get; internal set; }
|
public object? CustomData { get; internal set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The time this task will run.
|
/// The time this task will run.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue