<PackageReference Include="System.Reactive" Version="6.0.0-preview.1" />

NotificationKind

public enum NotificationKind
Indicates the type of a notification.
namespace System.Reactive { public enum NotificationKind { OnNext, OnError, OnCompleted } }