Finalized
From PC2wiki
Finalizing the contest is a action that indicates that the contest final results have been certified. The individuals that finalize the contest results are entered into the comment element.
The finalized event (element) is created/sent when the contest is finalized.
Format
Name | Description | Type |
---|---|---|
timestamp | Wall-clock time when the contest was finalized | xsd:decimal seconds |
last-gold | The number of teams to receive a gold | xsd:int |
last-silver | The number of teams to receive a silver | xsd:int |
last-bronze | The number of teams to receive a bronze | xsd:int |
comment | A comment about who finalized the contest | xsd:string |
Example:
<finalized> <timestamp>1265336078.01</timestamp> <last-gold>4</last-gold> <last-silver>8</last-silver> <last-bronze>12</last-bronze> <comment>Finalized by John Doe and Jane Doe</comment> </finalized>
See Also
- Event Feed
- Finalize - how to Finalize and create a Finalized element.