ixfx
    Preparing search index...

    Type Alias HasCompletion

    type HasCompletion = {
        get runState(): HasCompletionRunStates;
        get startCount(): number;
        get startCountTotal(): number;
    }
    Index

    Accessors

    • get startCount(): number

      Returns the number of times the scheduled function has been executed.

      This number will be reset in some conditions. For example continuously resets it when the loop stops.

      Use startCountTotal to track total number.

      Returns number