XYO Platform SDK - v3.10.6
    Preparing search index...

    Interface JobStartEventData<T>

    interface JobStartEventData<T extends Module = Module> {
        jobStart: { mod: T } & { inPayloads?: Payload[] };
        [key: string | number | symbol]: EventArgs;
    }

    Type Parameters

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    Properties

    jobStart: { mod: T } & { inPayloads?: Payload[] }