get isCanceled()

in components/js/interfaces.ts [41:43]


    get isCanceled(): boolean {
        return this._isCanceled;
    }