Contents

ProgressManager.Property

A type that conveys additional task-specific information on progress.

Declaration

protocol Property : SendableMetatype

Overview

The Property protocol defines custom properties that can be associated with progress tracking. These properties allow you to store and aggregate additional information alongside the standard progress metrics such as totalCount and completedCount.

Topics

Associated Types

Type Properties

Type Methods