API Reference
Struct
TaskStarted
Emitted when a task starts execution.
Inheritance
- ValueType
- TaskStarted
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.OnTaskStarted
Constructors
public TaskStarted(Int32 TaskId, DateTimeOffset Timestamp) #Emitted when a task starts execution.
Parameters
- TaskId System.Int32
- Task identifier.
- Timestamp System.DateTimeOffset
- UTC timestamp when the task started.