Interface IProgressTask
Namespace: Global Namespace
Syntax
public interface IProgressTask
Methods
Cancel()
Declaration
void Cancel()
Events
progressChanged
Declaration
event Action<float, string> progressChanged
Event Type
Type | Description |
---|---|
Action<Single, String> |
taskCompleted
Declaration
event Action taskCompleted
Event Type
Type | Description |
---|---|
Action |