Saxonberg Server API
    Preparing search index...

    Base shape of an engagement. Both DurativeActivity (timed) and SustainedEngagement (untimed) satisfy this.

    Implements

    Index

    Constructors

    Properties

    actor: Stuff & Engaged
    cancelable: true
    duration: number
    engagementId: string = ""
    interruptibleBy: ReadonlySet<keyof AbortReasonRegistry> = ...
    replaceableBy: readonly string[] = []
    slots: ReadonlySet<EngagementSlot>
    startedAt: number = 0
    type: "manual-build-step" = MANUAL_BUILD_STEP_TYPE

    Methods