Skip to content

P_CodeJam_PerfTests_Running_Core_CompetitionState_CompletedSuccessfully

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionState.CompletedSuccessfully Property

The competition completed without warnings and 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 bool CompletedSuccessfully { get; }

VB

Public ReadOnly Property CompletedSuccessfully As Boolean
	Get

F#

member CompletedSuccessfully : bool with get

Property Value

Type: Boolean
true if the competition completed without warnings and errors.

See Also

Reference

CompetitionState Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally