API Reference
Struct
TaskQueued
Emitted when a task is queued.
Inheritance
- ValueType
- TaskQueued
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.OnTaskQueued
Constructors
public TaskQueued(TaskDescriptor Task) #Emitted when a task is queued.
Parameters
- Task TestimoX.Execution.Progress.TaskDescriptor
- Descriptor of the queued task.
Methods
Inherited Methods
Properties
public TaskDescriptor Task { get; set; } #Descriptor of the queued task.