@@ -128,6 +128,9 @@ <h1 id="CSF_Screenplay_ReportModel_PerformableReport" data-uid="CSF.Screenplay.R
128128 < div >
129129 < a class ="xref " href ="CSF.Screenplay.ReportModel.ReportableModelBase.html#CSF_Screenplay_ReportModel_ReportableModelBase_ActorName "> ReportableModelBase.ActorName</ a >
130130 </ div >
131+ < div >
132+ < a class ="xref " href ="CSF.Screenplay.ReportModel.ReportableModelBase.html#CSF_Screenplay_ReportModel_ReportableModelBase_Started "> ReportableModelBase.Started</ a >
133+ </ div >
131134 < div >
132135 < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) "> object.Equals(object)</ a >
133136 </ div >
@@ -171,7 +174,7 @@ <h2 class="section" id="properties">Properties
171174
172175 < h3 id ="CSF_Screenplay_ReportModel_PerformableReport_Assets " data-uid ="CSF.Screenplay.ReportModel.PerformableReport.Assets ">
173176 Assets
174- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay/ReportModel/PerformableReport.cs/#L98 "> < i class ="bi bi-code-slash "> </ i > </ a >
177+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay/ReportModel/PerformableReport.cs/#L116 "> < i class ="bi bi-code-slash "> </ i > </ a >
175178 </ h3 >
176179
177180 < div class ="markdown level1 summary "> < p > Gets or sets a collection of the assets which were recorded by the current performable.</ p >
@@ -199,11 +202,61 @@ <h4 class="section">Property Value</h4>
199202
200203
201204
205+ < a id ="CSF_Screenplay_ReportModel_PerformableReport_Ended_ " data-uid ="CSF.Screenplay.ReportModel.PerformableReport.Ended* "> </ a >
206+
207+ < h3 id ="CSF_Screenplay_ReportModel_PerformableReport_Ended " data-uid ="CSF.Screenplay.ReportModel.PerformableReport.Ended ">
208+ Ended
209+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay/ReportModel/PerformableReport.cs/#L54 "> < i class ="bi bi-code-slash "> </ i > </ a >
210+ </ h3 >
211+
212+ < div class ="markdown level1 summary "> < p > Gets or sets the relative time at which this performable ended/finished.</ p >
213+ </ div >
214+ < div class ="markdown level1 conceptual "> </ div >
215+
216+ < div class ="codewrapper ">
217+ < pre > < code class ="lang-csharp hljs "> public TimeSpan Ended { get; set; }</ code > </ pre >
218+ </ div >
219+
220+
221+
222+
223+
224+ < h4 class ="section "> Property Value</ h4 >
225+ < dl class ="parameters ">
226+ < dt > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.timespan "> TimeSpan</ a > </ dt >
227+ < dd > </ dd >
228+ </ dl >
229+
230+
231+
232+
233+ < h4 class ="section " id ="CSF_Screenplay_ReportModel_PerformableReport_Ended_remarks "> Remarks</ h4 >
234+ < div class ="markdown level1 remarks "> < p >
235+ This property is expressed as an amount of time since the Screenplay began. The beginning of the Screenplay is recorded in the
236+ report metadata, at < a class ="xref " href ="CSF.Screenplay.ReportModel.ReportMetadata.html#CSF_Screenplay_ReportModel_ReportMetadata_Timestamp "> Timestamp</ a > .
237+ </ p >
238+ < p >
239+ Recall that it is quite normal for performances and thus reportable actions to occur in parallel.
240+ Do not be alarmed if it appears that unrelated performances are interleaved with regard to their timings.
241+ </ p >
242+ </ div >
243+
244+
245+ < dl class ="typelist seealso ">
246+ < dt > See Also</ dt >
247+ < dd >
248+ < div > < a class ="xref " href ="CSF.Screenplay.ReportModel.ReportMetadata.html#CSF_Screenplay_ReportModel_ReportMetadata_Timestamp "> Timestamp</ a > </ div >
249+ < div > < a class ="xref " href ="CSF.Screenplay.ReportModel.PerformanceReport.html#CSF_Screenplay_ReportModel_PerformanceReport_Started "> Started</ a > </ div >
250+ < div > < a class ="xref " href ="CSF.Screenplay.ReportModel.ReportableModelBase.html#CSF_Screenplay_ReportModel_ReportableModelBase_Started "> Started</ a > </ div >
251+ </ dd >
252+ </ dl >
253+
254+
202255 < a id ="CSF_Screenplay_ReportModel_PerformableReport_Exception_ " data-uid ="CSF.Screenplay.ReportModel.PerformableReport.Exception* "> </ a >
203256
204257 < h3 id ="CSF_Screenplay_ReportModel_PerformableReport_Exception " data-uid ="CSF.Screenplay.ReportModel.PerformableReport.Exception ">
205258 Exception
206- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay/ReportModel/PerformableReport.cs/#L75 "> < i class ="bi bi-code-slash "> </ i > </ a >
259+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay/ReportModel/PerformableReport.cs/#L93 "> < i class ="bi bi-code-slash "> </ i > </ a >
207260 </ h3 >
208261
209262 < div class ="markdown level1 summary "> < p > Gets or sets a value which is the string representation of any < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception "> Exception</ a > which occurred, causing
@@ -243,7 +296,7 @@ <h4 class="section" id="CSF_Screenplay_ReportModel_PerformableReport_Exception_r
243296
244297 < h3 id ="CSF_Screenplay_ReportModel_PerformableReport_ExceptionIsFromConsumedPerformable " data-uid ="CSF.Screenplay.ReportModel.PerformableReport.ExceptionIsFromConsumedPerformable ">
245298 ExceptionIsFromConsumedPerformable
246- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay/ReportModel/PerformableReport.cs/#L93 "> < i class ="bi bi-code-slash "> </ i > </ a >
299+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay/ReportModel/PerformableReport.cs/#L111 "> < i class ="bi bi-code-slash "> </ i > </ a >
247300 </ h3 >
248301
249302 < div class ="markdown level1 summary "> < p > Gets a value which indicates whether or not the < a class ="xref " href ="CSF.Screenplay.ReportModel.PerformableReport.html#CSF_Screenplay_ReportModel_PerformableReport_Exception "> Exception</ a > is one which was originally thrown from a consumed performable.</ p >
@@ -288,7 +341,7 @@ <h4 class="section" id="CSF_Screenplay_ReportModel_PerformableReport_ExceptionIs
288341
289342 < h3 id ="CSF_Screenplay_ReportModel_PerformableReport_HasResult " data-uid ="CSF.Screenplay.ReportModel.PerformableReport.HasResult ">
290343 HasResult
291- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay/ReportModel/PerformableReport.cs/#L62 "> < i class ="bi bi-code-slash "> </ i > </ a >
344+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay/ReportModel/PerformableReport.cs/#L80 "> < i class ="bi bi-code-slash "> </ i > </ a >
292345 </ h3 >
293346
294347 < div class ="markdown level1 summary "> < p > Gets or sets a value that indicates whether or not the performable (which generated this report) emitted a result.</ p >
@@ -404,7 +457,7 @@ <h4 class="section" id="CSF_Screenplay_ReportModel_PerformableReport_Performance
404457
405458 < h3 id ="CSF_Screenplay_ReportModel_PerformableReport_Reportables " data-uid ="CSF.Screenplay.ReportModel.PerformableReport.Reportables ">
406459 Reportables
407- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay/ReportModel/PerformableReport.cs/#L115 "> < i class ="bi bi-code-slash "> </ i > </ a >
460+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay/ReportModel/PerformableReport.cs/#L133 "> < i class ="bi bi-code-slash "> </ i > </ a >
408461 </ h3 >
409462
410463 < div class ="markdown level1 summary "> < p > Gets or sets a collection of the reportable items which have been composed by the current performable.</ p >
@@ -444,7 +497,7 @@ <h4 class="section" id="CSF_Screenplay_ReportModel_PerformableReport_Reportables
444497
445498 < h3 id ="CSF_Screenplay_ReportModel_PerformableReport_Result " data-uid ="CSF.Screenplay.ReportModel.PerformableReport.Result ">
446499 Result
447- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay/ReportModel/PerformableReport.cs/#L49 "> < i class ="bi bi-code-slash "> </ i > </ a >
500+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/csf-dev/CSF.Screenplay/blob/master/CSF.Screenplay/ReportModel/PerformableReport.cs/#L67 "> < i class ="bi bi-code-slash "> </ i > </ a >
448501 </ h3 >
449502
450503 < div class ="markdown level1 summary "> < p > Gets or sets a string representation of the result which was emitted by the corresponding performable.</ p >
0 commit comments