Saxonberg Server API
    Preparing search index...

    The stored / wire shape of an Employment.

    interface EmploymentData {
        businessPath: string;
        hiredAt: number;
        onShiftSince: number | null;
        positionKey: string;
        status: EmploymentStatus;
    }
    Index

    Properties

    businessPath: string

    templatePath of the employing Business.

    hiredAt: number

    Game-time instant the actor was hired (raw clock value).

    onShiftSince: number | null

    Game-time instant the current shift began, or null when off shift.

    positionKey: string

    The Position key held at that Business.

    Current shift-lifecycle status.