Takes a group ID and returns the status of the application
See also _(API_CAT_PREMADE).
Signature:
groupID, status, unknown, timeRemaining, role = C_LFGList.GetApplicationInfo(groupID)
Arguments:
groupID- The group ID to check application status of. (number)
Returns:
groupID- The ID of the group. (number)status- The status of the application (eg. applied/declined/invited/cancelled). Returns as none if the player has not applied to this group. (string)unknown- (nil)timeRemaining- Time remaining (in seconds) until the application expires. (number)role- The role which the player has been invited as (eg. TANK, DAMAGER, HEALER). Returns as NONE otherwise. (string)