mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-03 09:24:16 +02:00
Renamed Job.Reset to ResetProgress
This commit is contained in:
@ -56,7 +56,7 @@ public abstract class Job : GlobalBase
|
||||
return DateTime.MaxValue;
|
||||
}
|
||||
|
||||
public void Reset()
|
||||
public void ResetProgress()
|
||||
{
|
||||
this.progressToken = new ProgressToken(this.progressToken.increments);
|
||||
}
|
||||
|
Reference in New Issue
Block a user