Cancellable.cancelled

Indicates whether the event has been cancelled. A cancelled event cannot be uncancelled.

  1. bool cancelled [@property getter]
    interface Cancellable
    pure nothrow @property @safe @nogc
    bool
    cancelled
    ()
  2. alias canceled = cancelled

Meta