API Reference
Struct
RunStarted
Emitted once at the beginning of a run.
Inheritance
- ValueType
- RunStarted
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method IProgressSink.OnRunStarted
Constructors
public RunStarted(Int32 TotalTasks, DateTimeOffset Timestamp) #Emitted once at the beginning of a run.
Parameters
- TotalTasks System.Int32
- Total number of tasks scheduled.
- Timestamp System.DateTimeOffset
- UTC timestamp when the run started.