Skip to content

P_CodeJam_PerfTests_Running_Core_CompetitionState_LastRunSummary

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionState.LastRunSummary Property

The summary for the last completed run. Is null if the current run is not completed. Can be null if the run was completed with errors.

Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public Summary LastRunSummary { get; }

VB

Public ReadOnly Property LastRunSummary As Summary
	Get

F#

member LastRunSummary : Summary with get

Property Value

Type: Summary
The summary for the last completed run.

See Also

Reference

CompetitionState Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally