Documentation
    Preparing search index...

    Report, result of dynamic execution.

    interface IReport {
        executions: IExecution[];
        location: string;
        time: number;
    }
    Index

    Properties

    executions: IExecution[]

    Execution results of dynamic functions.

    location: string

    Location path of dynamic functions.

    time: number

    Total elapsed time.