- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
T_CodeJam_PerfTests_Running_Messages_IMessage
        andrewvk edited this page Nov 8, 2016 
        ·
        2 revisions
      
    Common interface for competition messages.
Namespace: CodeJam.PerfTests.Running.Messages
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public interface IMessageVB
Public Interface IMessageF#
type IMessage =  interface endThe IMessage type exposes the following members.
| Name | Description | |
|---|---|---|
|  | Elapsed | Time elapsed since start of the competition. | 
|  | MessageSeverity | Severity of the message. | 
|  | MessageSource | Source of the message. | 
|  | MessageText | Text of the message. | 
|  | RunMessageNumber | Number of the message in the run. | 
|  | RunNumber | Number of the run the message belongs to. | 
| Name | Description | |
|---|---|---|
|  | ToLogString | Log format for the message. (Defined by CompetitionCore.) |