The docs for the FileInfo.StatusCode property state
current state of the file such as Failed, Canceled, Selected, Uploaded, or Uploading
but when I look at this property in debug mode, all I see is integer values. Is there an enumeration or constants that equate these numeric values to the statuses mentioned in the docs? Or at least some documentation of what value corresponds to each status?