TaskTestWorkerGet: {
    partOverride?: GSBaseEntity;
    requireSignOff: boolean;
    roleIds: number[];
    showNote: boolean;
    signedOffBy?: GSBaseEntity;
    textToStore: string;
    value: boolean;
} & DataTestWorkerGet

Type declaration

  • OptionalpartOverride?: GSBaseEntity

    The part override set on this test.

  • requireSignOff: boolean

    Whether or not the user must get sign-off from another user.

  • roleIds: number[]

    The roles which are allowed to sign-off on this task.

  • showNote: boolean

    Whether or not the note button should be shown for this test.

  • OptionalsignedOffBy?: GSBaseEntity

    The user who signed off on the task.

  • textToStore: string

    The text to store along with the data record.

  • value: boolean

    Whether or not the checkbox is currently checked.