GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.Browser.WorkflowRun Class Reference

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.

Detailed Description

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.

Property Documentation

◆ Duration

TimeSpan GenerallyPositive.Browser.WorkflowRun.Duration
getset

How long it ran for, whether it finished or threw.

Definition at line 37 of file WorkflowScheduler.cs.

◆ Failure

Exception GenerallyPositive.Browser.WorkflowRun.Failure
getset

What it threw, or null when it did not.

Definition at line 39 of file WorkflowScheduler.cs.

◆ Index

int GenerallyPositive.Browser.WorkflowRun.Index
getset

Where this workflow sat in the order they were added, counting from zero.

Definition at line 33 of file WorkflowScheduler.cs.

◆ Succeeded

bool GenerallyPositive.Browser.WorkflowRun.Succeeded
getset

True when the workflow ran to the end without throwing.

Definition at line 35 of file WorkflowScheduler.cs.


The documentation for this class was generated from the following file: