status property

InvitationStatus? status
final

The status of the invitation:

  • PENDING - The invitee has not created a member to join the network, and the invitation has not yet expired.
  • ACCEPTING - The invitee has begun creating a member, and creation has not yet completed.
  • ACCEPTED - The invitee created a member and joined the network using the InvitationID.
  • REJECTED - The invitee rejected the invitation.
  • EXPIRED - The invitee neither created a member nor rejected the invitation before the ExpirationDate.

Implementation

final InvitationStatus? status;