Table of Contents

Enum GuildMissionState

Namespace
GuildWars2.Guilds.Logs
Assembly
GW2SDK.dll

The guild mission state transitions.

[JsonConverter(typeof(GuildMissionStateJsonConverter))]
public enum GuildMissionState

Fields

Start = 1

Logged when the mission starts.

Success = 2

Logged when the mission ends successfully.

Fail = 3

Logged when the mission ends unsuccessfully.