Whether a schedule entry's trigger is time-based (fires at
anchor + interval via updateWorldTime) rather than event-driven (a
lifecycle subscription). Absent or "updateWorldTime" ⇒ time-based, so a
legacy entry with no triggerName keeps its original behavior (issue #622).
Parameters
OptionaltriggerName: string
A schedule entry's triggerName (may be absent/blank).
Returns boolean
True for a time-based schedule, false for an event-driven one.
Whether a schedule entry's trigger is time-based (fires at
anchor + intervalviaupdateWorldTime) rather than event-driven (a lifecycle subscription). Absent or"updateWorldTime"⇒ time-based, so a legacy entry with notriggerNamekeeps its original behavior (issue #622).