API Reference
Struct
RunCompleted
Emitted when a run completes.
Inheritance
- ValueType
- RunCompleted
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.OnRunCompleted
Constructors
public RunCompleted(TimeSpan Elapsed, DateTimeOffset Timestamp) #Emitted when a run completes.
Parameters
- Elapsed System.TimeSpan
- Total elapsed time.
- Timestamp System.DateTimeOffset
- UTC timestamp when the run finished.