Table of Contents

Enum WatchNotification

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

Indicates the type of an inspector watch notification.

public enum WatchNotification

Fields

Subscribe = 0

Indicates the sequence was subscribed to.

OnNext = 1

Indicates the sequence has emitted a value.

OnError = 2

Indicates the sequence has terminated with an error.

OnCompleted = 3

Indicates the sequence has terminated successfully.

Unsubscribe = 4

Indicates the subscription to the sequence has been disposed.