updateFireDate(_:completionHandler:)
Updates the next fire date for the trigger.
Declaration
func updateFireDate(_ fireDate: Date, completionHandler completion: @escaping @Sendable ((any Error)?) -> Void)func updateFireDate(_ fireDate: Date) async throwsParameters
- fireDate:
The new fire date.
- completion:
The block executed after the request is processed.
- error
nilon success; otherwise, error object indicating the reason for failure.