DBFILEREQUESTSUpdateFileRequestDeadlineTag
Objective-C
enum DBFILEREQUESTSUpdateFileRequestDeadlineTag : NSInteger {}
Swift
@frozen enum DBFILEREQUESTSUpdateFileRequestDeadlineTag : Int, @unchecked Sendable
The DBFILEREQUESTSUpdateFileRequestDeadlineTag enum type represents the
possible tag states with which the DBFILEREQUESTSUpdateFileRequestDeadline
union can exist.
-
Do not change the file request’s deadline.
Declaration
Objective-C
DBFILEREQUESTSUpdateFileRequestDeadlineNoUpdateSwift
case noUpdate = 0 -
If null, the file request’s deadline is cleared.
Declaration
Objective-C
DBFILEREQUESTSUpdateFileRequestDeadlineUpdateSwift
case update = 1 -
(no description).
Declaration
Objective-C
DBFILEREQUESTSUpdateFileRequestDeadlineOtherSwift
case other = 2
View on GitHub
DBFILEREQUESTSUpdateFileRequestDeadlineTag Enumeration Reference