Interface ITaskReporter
Syntax
public interface ITaskReporter
Properties
CurrentProgress
Declaration
float CurrentProgress { get; }
Property Value
Methods
Completed(String)
Declaration
void Completed(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
Fail(String)
Declaration
void Fail(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
ReportProgress(String, Single)
Declaration
void ReportProgress(string description, float progress)
Parameters
Start(String, String)
Declaration
void Start(string name, string description)
Parameters