![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
What became of one workflow handed to WorkflowScheduler: whether it finished, how long it took, and what it threw if it threw. Held in the order the workflows were added, so Index says which. More...
Properties | |
| int | Index [get, set] |
| Where this workflow sat in the order they were added, counting from zero. | |
| bool | Succeeded [get, set] |
| True when the workflow ran to the end without throwing. | |
| TimeSpan | Duration [get, set] |
| How long it ran for, whether it finished or threw. | |
| Exception | Failure [get, set] |
| What it threw, or null when it did not. | |
What became of one workflow handed to WorkflowScheduler: whether it finished, how long it took, and what it threw if it threw. Held in the order the workflows were added, so Index says which.
Definition at line 30 of file WorkflowScheduler.cs.
|
getset |
How long it ran for, whether it finished or threw.
Definition at line 37 of file WorkflowScheduler.cs.
|
getset |
What it threw, or null when it did not.
Definition at line 39 of file WorkflowScheduler.cs.
|
getset |
Where this workflow sat in the order they were added, counting from zero.
Definition at line 33 of file WorkflowScheduler.cs.
|
getset |
True when the workflow ran to the end without throwing.
Definition at line 35 of file WorkflowScheduler.cs.