DataTestWorkerGet: {
    alert?: GSBaseEntity;
    hasDefectOrRTF: boolean;
    note?: string;
    noteType: NoteFunctionalityType;
    processOverride?: GSBaseEntity;
    rtfReport?: RTFList;
    storeData: StoreDataFunctionalityType;
    testSpecificTrace: {
        traceabilityId: number;
        value: OptionalTraceValue;
        visible: boolean;
    }[];
} & ValueTestWorkerGet

Type declaration

  • Optionalalert?: GSBaseEntity

    The real-time alert for this test.

  • hasDefectOrRTF: boolean

    Whether the test currently has a defect or RTF.

  • Optionalnote?: string

    The note to save with this test.

  • noteType: NoteFunctionalityType

    Determines when a note is required on a test. This will override functionality set on the inspection.

  • OptionalprocessOverride?: GSBaseEntity

    The process override set on this test.

  • OptionalrtfReport?: RTFList

    The list of RTFs which are currently on this test.

  • storeData: StoreDataFunctionalityType

    Whether or not data will be stored for this test.

  • testSpecificTrace: {
        traceabilityId: number;
        value: OptionalTraceValue;
        visible: boolean;
    }[]

    The trace which have been preset for this test.