RatingTestWorkerUpdate: {
    buttons?: IRatingTestButton[];
    ncuOnFailure?: number;
    partOverrideId?: number | null;
    sampleSize?: number;
    value?: string | null;
} & DataTestWorkerUpdate

Type declaration

  • Optionalbuttons?: IRatingTestButton[]

    Change the list of buttons to display for the test.

  • OptionalncuOnFailure?: number

    Change the count of non-conforming units when an option with a defect is selected.

  • OptionalpartOverrideId?: number | null

    Change the part to use for this test.

    Expects the ID of the part.

    null to unset the part override.

  • OptionalsampleSize?: number

    Change the sample size to use for this test.

  • Optionalvalue?: string | null

    Select a new option. This should be the label of the selected button.

    An error will be thrown if the value supplied is not in the list of buttons.