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

    Interface RunJobOptions

    Common option for enabling profiling on a timer.

    interface RunJobOptions {
        profile?: string | boolean;
        name?: string;
        force?: 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.
    name?: string
    force?: boolean