Skip to content

P_CodeJam_PerfTests_Running_Core_CompetitionState_LooksLikeLastRun

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionState.LooksLikeLastRun Property

The competition has no additional runs requested or the count of runs is out of limit or there are critical errors in the 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 LooksLikeLastRun { get; }

VB

Public ReadOnly Property LooksLikeLastRun As Boolean
	Get

F#

member LooksLikeLastRun : bool with get

Property Value

Type: Boolean
true if the run is about to finish.

See Also

Reference

CompetitionState Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally