This commit is contained in:
Pilzinsel64
2025-10-22 07:53:53 +02:00
parent 9ea34dcc95
commit 82b204aa1f
2 changed files with 4 additions and 1 deletions

View File

@@ -43,6 +43,9 @@ public class JobCenter
public virtual void Start()
{
var now = DateTime.Now;
foreach (var job in jobs)
job.LastExecution = now;
Enabled = true;
timerRepeat.Start();
}

View File

@@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>annotations</Nullable>
<Version>2.5.0</Version>
<Version>2.5.1</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">