SysProM
    Preparing search index...

    Interface TaskCount

    Task completion counts — total and done.

    interface TaskCount {
        done: number;
        total: number;
    }
    Index

    Properties

    Properties

    done: number
    total: number