aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.Common/RemoteJob/IRemoteJobProvider.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.Common/RemoteJob/IRemoteJobProvider.cs')
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.Common/RemoteJob/IRemoteJobProvider.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Common/RemoteJob/IRemoteJobProvider.cs b/Software/Visual_Studio/FSE/Tango.FSE.Common/RemoteJob/IRemoteJobProvider.cs
index 65299eac9..ff70bd7ba 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.Common/RemoteJob/IRemoteJobProvider.cs
+++ b/Software/Visual_Studio/FSE/Tango.FSE.Common/RemoteJob/IRemoteJobProvider.cs
@@ -10,6 +10,7 @@ namespace Tango.FSE.Common.RemoteJob
{
event EventHandler<RemoteJobStartedEventArgs> RemoteJobStarted;
event EventHandler<RemoteJobStoppedEventArgs> RemoteJobStopped;
+ event EventHandler<RemoteJobUpdatedEventArgs> RemoteJobUpdated;
bool IsRemoteJobRunning { get; }
}