Class BackgroundWorker
Inheritance
BackgroundWorker
Syntax
public static class BackgroundWorker
Properties
hasProgress
Declaration
public static bool hasProgress { get; }
Property Value
progressLabel
Declaration
public static string progressLabel { get; }
Property Value
progressProportion
Declaration
public static float progressProportion { get; }
Property Value
Methods
ClearProgress()
Declaration
public static void ClearProgress()
ReportProgress(String, Single)
Declaration
public static void ReportProgress(string title, float progress)
Parameters
Schedule(Action)
Declaration
public static void Schedule(Action action)
Parameters
Type |
Name |
Description |
Action |
action |
|
Events
tasks
Declaration
public static event Action tasks
Event Type