Skip to content

DispatchOutcome

Namespace: SideXP.Broadcaster

public enum DispatchOutcome

How a dispatch or a single invoked callback finished.

Fields

Completed

Completed = 0

Ran to completion.

Faulted

Faulted = 1

Threw; the exception was isolated (and, for a callback, logged).

Cancelled

Cancelled = 2

Was cancelled (a token fired, or the callback was unregistered before it finished).