### Function: IsZoneLoading(zone) **Description:** Return's true if zone is currently loading. **Parameters:** - `zone` (Zone) - Zone object representing `zone`. **Returns:** True if zone is loading, otherwise false. **Example:** Example Required