-
Notifications
You must be signed in to change notification settings - Fork 35
Properties_T_CodeJam_PerfTests_Running_Core_CompetitionState
andrewvk edited this page Nov 8, 2016
·
1 revision
The CompetitionState type exposes the following members.
Name | Description | |
---|---|---|
Completed | The competition was completed. | |
CompletedSuccessfully | The competition completed without warnings and errors. | |
Config | The config for the competition. | |
Elapsed | Time elapsed since start of the competition. | |
HasCriticalErrorsInRun | There's a critical-severity messages for the current run. | |
HasTestErrorsInRun | There's a error-severity messages for the current run. | |
HighestMessageSeverity | The highest message severity for entire competition. | |
HighestMessageSeverityInRun | The highest message severity for the run. | |
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. | |
Logger | The logger for the competition. | |
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. | |
MaxRunsAllowed | Max limit for competition reruns. | |
MessagesInRun | Count of messages for the current run. | |
RunLimitExceeded | The count of runs is out of limit. | |
RunNumber | The number of the current run. | |
RunsLeft | Expected count of runs left. | |
SummaryFromAllRuns | List of summaries from all runs. |
CompetitionState Class
CodeJam.PerfTests.Running.Core Namespace