InspectionWorkerGet: {
    autoLoadFirstSubInspection: boolean;
    forceTagEntryFirst: boolean;
    name: string;
    noteType: InspectionNoteFunctionalityType;
    part?: GSBaseEntity;
    process?: GSBaseEntity;
}

Type declaration

  • autoLoadFirstSubInspection: boolean

    Whether to show the list or immediately navigate to the first sub-inspection.

    All events (afterStart, beforeEnd) will be fired for the sub-inspection.

  • forceTagEntryFirst: boolean

    Whether or not the operator must enter all required fields in the global tag area before proceeding.

  • name: string

    The name of the inspection.

  • noteType: InspectionNoteFunctionalityType

    Determines how notes will be handled for the inspection. This may be overridden on a per-test basis.

  • Optionalpart?: GSBaseEntity

    The part assigned to the inspection.

  • Optionalprocess?: GSBaseEntity

    The process assigned to the inspection.