aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Emulations
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-09-06 19:17:12 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-09-06 19:17:12 +0300
commit6372938441d1cbf19ed8c7b87ee46019c55af5db (patch)
tree4500e182daaa5b13ddc97d8ec8c66ae0305c4b43 /Software/Visual_Studio/Tango.Emulations
parent3060ea33084605b991ba924d8ace97c035c7ba89 (diff)
downloadTango-6372938441d1cbf19ed8c7b87ee46019c55af5db.tar.gz
Tango-6372938441d1cbf19ed8c7b87ee46019c55af5db.zip
Improved handling for job aborted by embedded.
Diffstat (limited to 'Software/Visual_Studio/Tango.Emulations')
-rw-r--r--Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs
index dd82166d0..b0d4236bb 100644
--- a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs
+++ b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs
@@ -1690,6 +1690,11 @@ namespace Tango.Emulations.Emulators
}
}
+ public void AbortJob()
+ {
+ _cancelJob = true;
+ }
+
#endregion
}
}