Type alias CommonProgressOpts

CommonProgressOpts: {
    device: Device;
    slot: MediaSlot;
}

Type declaration

  • device: Device

    The device progress is being reported for

  • slot: MediaSlot

    The media slot progress is being reported for

Generated using TypeDoc