stats property

WorkerStat stats

Worker statistics.

Implementation

WorkerStat get stats => WorkerStatExt.create(
    runtimeType,
    workerId,
    isStopped,
    status,
    workload,
    maxWorkload,
    totalWorkload,
    totalErrors,
    upTime,
    idleTime);