Class RosterVolunteer

A class representing a volunteer's job during a parkrun event.

Hierarchy

  • RosterVolunteer

Constructors

Methods

  • Get the task ID for this job. The lower the ID, the higher the importance.

    Returns

    Task ID.

    Returns number

  • Get the task name for this job.

    Returns

    Task Name.

    Example: 'Marshal', 'Finish Tokens', etc...

    Returns string

  • Get the first name of the volunteer performing this job.

    Returns

    Volunteer's first name.

    Returns string

  • Get the last name of the volunteer performing this job.

    Returns

    Volunteer's last name.

    Returns string

Generated using TypeDoc