modal-ts
    Preparing search index...

    Interface FunctionStats

    実行中のFunctionの統計情報

    interface FunctionStats {
        backlog: number;
        numTotalRunners: number;
    }
    Index

    Properties

    backlog: number

    未処理の入力数

    numTotalRunners: number

    総ランナー数