Log output changes

This commit is contained in:
2023-09-02 14:11:11 +02:00
parent ed79ee5d0f
commit a05e1914e3
3 changed files with 4 additions and 3 deletions

View File

@ -62,6 +62,7 @@ public abstract class Job : GlobalBase
public void Cancel()
{
Log($"Cancelling {this}");
this.progressToken.cancellationRequested = true;
this.progressToken.Complete();
}