mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-03 09:24:16 +02:00
Fixed Jobs/StartNow
This commit is contained in:
@ -62,6 +62,12 @@ public abstract class Job : GlobalBase
|
||||
this.lastExecution = DateTime.Now;
|
||||
}
|
||||
|
||||
public void ExecuteNow()
|
||||
{
|
||||
ResetProgress();
|
||||
this.lastExecution = DateTime.UnixEpoch;
|
||||
}
|
||||
|
||||
public void Cancel()
|
||||
{
|
||||
Log($"Cancelling {this}");
|
||||
|
Reference in New Issue
Block a user