@ascentbv/ts-common - v1.0.123
    Preparing search index...

    Interface TimerProfileOption

    Common option for enabling profiling on a timer.

    interface TimerProfileOption {
        profile?: string | boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    profile?: string | boolean

    Enable profiling for the timer.

    • true → Profile using the interval's name or a default label.
    • string → Profile using the provided custom label.
    • false or undefined → Disable profiling.