Table of Contents

Interface IProgressBarHelperShared

Namespace
SunamoShared._public.SunamoInterfaces.Interfaces
Assembly
SunamoShared.dll

Provides progress bar helper functionality for tracking operation progress.

public interface IProgressBarHelperShared
Extension Methods

Methods

CreateInstance(object, double, object)

Creates a new progress bar helper instance.

IProgressBarHelperShared CreateInstance(object progressBar, double overall, object dispatcher)

Parameters

progressBar object

The progress bar control to update.

overall double

The total value representing 100% progress.

dispatcher object

The UI dispatcher for thread-safe updates.

Returns

IProgressBarHelperShared

Done()

Marks the operation as fully completed.

void Done()

DonePartially()

Marks the operation as partially completed.

void DonePartially()