Interface DestroyedCheckable

interface DestroyedCheckable {
    destroyed(): boolean;
}

Methods

Methods