Skip to content

T_CodeJam_PerfTests_Running_Messages_MessageSource

andrewvk edited this page Nov 8, 2016 · 2 revisions

MessageSource Enumeration

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)

Syntax

C#

public enum MessageSource

VB

Public Enumeration MessageSource

F#

type MessageSource

Members

 

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.

See Also

Reference

CodeJam.PerfTests.Running.Messages Namespace

Clone this wiki locally