forge.timers
    Preparing search index...

    Interface IStopResult

    interface IStopResult {
        cleared: boolean;
        forgotten: boolean;
    }
    Index
    cleared: boolean

    Whether a timer was actually running, or mid-run, under that name.

    forgotten: boolean

    Whether a stored record was removed.