diff --git a/src/PowerShellEditorServices.Protocol/LanguageServer/ExecutionStatusChangedEvent.cs b/src/PowerShellEditorServices.Protocol/LanguageServer/ExecutionStatusChangedEvent.cs
new file mode 100644
index 000000000..5ac6eac6d
--- /dev/null
+++ b/src/PowerShellEditorServices.Protocol/LanguageServer/ExecutionStatusChangedEvent.cs
@@ -0,0 +1,17 @@
+using Microsoft.PowerShell.EditorServices.Protocol.MessageProtocol;
+
+namespace Microsoft.PowerShell.EditorServices.Protocol.LanguageServer
+{
+ ///
+ /// Defines an event type for PowerShell context execution status changes (e.g. execution has completed)
+ ///
+ public class ExecutionStatusChangedEvent
+ {
+ ///
+ /// The notification type for execution status change events in the message protocol
+ ///
+ public static readonly
+ NotificationType