PartChangedEventData: {
    newPartId: number | undefined;
    oldPartId: number | undefined;
}

Type declaration

  • newPartId: number | undefined

    The new process id.

  • oldPartId: number | undefined

    The old process id.