BackgroundTaskProgressEventArgs.Progress Property

Definition

Gets progress status for a background task instance.

public:
 property unsigned int Progress { unsigned int get(); };
uint32_t Progress();
public uint Progress { get; }
var uInt32 = backgroundTaskProgressEventArgs.progress;
Public ReadOnly Property Progress As UInteger

Property Value

UInt32

unsigned int

uint32_t

A value defined by the application to indicate the task's progress.

Applies to