Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 610 Bytes

FileAction.md

File metadata and controls

20 lines (16 loc) · 610 Bytes

MissionControl.FileAction

Properties

Name Type Description Notes
id String
createdAt Date
updatedAt Date
fileReferenceId String
state String The current state of this file action
progress String Indicates the progress of a file to be processed (e.g. 50% – 0.50)

Enum: StateEnum

  • completed (value: "completed")
  • error (value: "error")
  • pending (value: "pending")
  • started (value: "started")