Skip to content

Properties_T_CodeJam_PerfTests_Running_Core_CompetitionState

andrewvk edited this page Nov 8, 2016 · 1 revision

CompetitionState Properties

The CompetitionState type exposes the following members.

Properties

 

Name Description
Public property Completed The competition was completed.
Public property CompletedSuccessfully The competition completed without warnings and errors.
Public property Config The config for the competition.
Public property Elapsed Time elapsed since start of the competition.
Public property HasCriticalErrorsInRun There's a critical-severity messages for the current run.
Public property HasTestErrorsInRun There's a error-severity messages for the current run.
Public property HighestMessageSeverity The highest message severity for entire competition.
Public property HighestMessageSeverityInRun The highest message severity for the run.
Public property LastRunSummary 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.
Public property Logger The logger for the competition.
Public property LooksLikeLastRun The competition has no additional runs requested or the count of runs is out of limit or there are critical errors in the run.
Public property MaxRunsAllowed Max limit for competition reruns.
Public property MessagesInRun Count of messages for the current run.
Public property RunLimitExceeded The count of runs is out of limit.
Public property RunNumber The number of the current run.
Public property RunsLeft Expected count of runs left.
Public property SummaryFromAllRuns List of summaries from all runs.
  Back to Top

See Also

Reference

CompetitionState Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally