Skip to content

P_CodeJam_PerfTests_Running_Core_CompetitionState_RunLimitExceeded

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionState.RunLimitExceeded Property

The count of runs is out of limit.

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 RunLimitExceeded { get; }

VB

Public ReadOnly Property RunLimitExceeded As Boolean
	Get

F#

member RunLimitExceeded : bool with get

Property Value

Type: Boolean
true if count of runs is out of limit.

See Also

Reference

CompetitionState Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally