@rbxts/a-plant-generator - v0.2.0
    Preparing search index...

    Interface CancellationToken

    Mutable cancellation boundary shared by long-running operations.

    interface CancellationToken {
        isCancellationRequested(): boolean;
    }

    Implemented by

    Index
    • Reports whether cooperative work should stop at its next safe boundary.

      Returns boolean