Skip to main content

B1CareerTimelineParam

  • Parameters used to construct a career timeline, combining work time data with timeline and destination site info.
PropertyTypeDescriptionMetadata
TimelineIdFNameID of the timeline data table row to use for this career.
DestSiteNameFNameName of the destination site where this career takes place.
CareerTypeEB1CareerTypeThe career type (e.g., HouseholdBiz) associated with this timeline param.
RabbitholeInteractionBagIdFNameInteraction bag ID for the rabbit-hole (off-screen) work order added on non-remote work days; skipped on remote work days.
RemoteWorkDayFlagsuint8Bitmask of days with remote work. Bit 0=Mon, 1=Tue, ..., 6=Sun.
VacationDayFlagsuint8Bitflag of vacation days. Bit index = (uint8)EB1DayOfWeek. Set bits are excluded from scheduling.
bHolidayOffboolWhether this career takes public holidays off (full-time job or school). If true, career schedules are excluded on holidays.
WorkDaysTArrayList of days of the week when this career schedule is active.
WorkHourFB1TimelineRangeStart and end times defining the daily working hours.