API Reference
Struct
TaskQueued
Emitted when a task is queued.
Inheritance
- ValueType
- TaskQueued
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.