Skip to content

P_CodeJam_PerfTests_Running_Core_CompetitionState_HasTestErrorsInRun

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionState.HasTestErrorsInRun Property

There's a error-severity messages for the current run.

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

Syntax

C#

public bool HasTestErrorsInRun { get; }

VB

Public ReadOnly Property HasTestErrorsInRun As Boolean
	Get

F#

member HasTestErrorsInRun : bool with get

Property Value

Type: Boolean
true if there's a error-severity messages for the current run.

See Also

Reference

CompetitionState Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally