View Single Post
02/17/20, 02:30 PM   #3
ArtOfShred
 
ArtOfShred's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 103
Question

Originally Posted by ZOS_DanBatson View Post
Thank for pointing this out. It was built so that you only fill out that info when an election is successfully created on the backend, but it's also built to not notify the initiator because they don't need to actually vote. I can probably make it so I fill out the intended data so the initiator has access to it. Of note, just because that info is there doesn't mean a vote actually started. You still need to be prepared for a possible EVENT_GROUP_ELECTION_FAILED event immediately after EVENT_GROUP_ELECTION_REQUESTED.
Awesome that would work perfectly for what I need it for (just notification purposes).

I think one of the election failure reasons already is NO_ELECTION probably so that would be fine.

EDIT: Or hmm the only one I see possible related is GROUP_ELECTION_RESULT_NOT_APPLICABLE, I imagine that probably handles when there is no current election.

Last edited by ArtOfShred : 02/17/20 at 02:35 PM.
  Reply With Quote