Record

zip-download-status

No description available.

record zip-download-status {
  downloaded-file-count: option​<s32>,
  skipped-file-count: option​<s32>,
  skipped-folder-count: option​<s32>,
  state: option​<zip-download-status-state-enum>,
  total-file-count: option​<s32>,
}

Fields

NameTypeDescription
downloaded-file-countoption​<s32>
skipped-file-countoption​<s32>
skipped-folder-countoption​<s32>
stateoption​<zip-download-status-state-enum>
total-file-countoption​<s32>