Documentation

CancellableTrait

This trait provides a basic boolean-setter-style implementation for `Cancellable` to reduce boilerplate.

The precise meaning of setCancelled is subject to definition by the class using this trait.

Implementors of Cancellable are not required to use this trait.

Tags
see
Cancellable

Table of Contents

$isCancelled  : bool
cancel()  : void
isCancelled()  : bool
uncancel()  : void

Properties

Methods

Search results