Navigation :
ITaskProgressTracker
Name |
Value |
Assembly |
Catel.MVVM |
Namespace |
Catel.MVVM.Tasks |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Xamarin - Android, Xamarin - iOS |
public interface ITaskProgressTracker
The progress log
Methods
UpdateStatus(string message)
Update the task status.
Parameters
Name |
Description |
message |
The message. |
UpdateStatus(string message, bool indeterminate)
Update the task status.
Parameters
Name |
Description |
message |
The message. |
indeterminate |
The indeterminate state. |
UpdateStatus(string message, int percentage)
Update the task status.
Parameters
Name |
Description |
message |
The message. |
percentage |
The percentage. |
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion