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
DBFILEREQUESTSUpdateFileRequestDeadlineNoUpdate
Swift
case noUpdate = 0
-
If null, the file request’s deadline is cleared.
Declaration
Objective-C
DBFILEREQUESTSUpdateFileRequestDeadlineUpdate
Swift
case update = 1
-
(no description).
Declaration
Objective-C
DBFILEREQUESTSUpdateFileRequestDeadlineOther
Swift
case other = 2