Circus
    Preparing search index...

    Interface IZCircusDestroy

    Represents an object that can potentially be destroyed.

    interface IZCircusDestroy {
        destroy?: () => Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    destroy?: () => Promise<void>

    Destroys the session.

    This releases all memory and items used by this object. If nothing is used, then this may do nothing.