BackgroundTaskProgressEventArgs.Progress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A value defined by the application to indicate the task's progress.