-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_PerfTests_Running_Messages_MessageSource
andrewvk edited this page Nov 8, 2016
·
2 revisions
Source of the message.
Namespace: CodeJam.PerfTests.Running.Messages
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public enum MessageSource
VB
Public Enumeration MessageSource
F#
type MessageSource
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | The origin of the message is unknown. | |
Runner | 1 | The message is reported by benchmark runner. | |
Validator | 2 | The message is reported by validator. | |
Analyser | 3 | The message is reported by analyser. | |
Diagnoser | 4 | The message is reported by diagnoser. | |
Exporter | 5 | The message is reported by exporter. |