ProcessTestWorkerUpdate: {
    processId?: number | null;
} & ValueTestWorkerUpdate

Type declaration

  • OptionalprocessId?: number | null

    Change the process to use for this test.

    Expects the base standard ID of the process.

    Use null to unset the process.