Call to prevent default 10 second timeout in async OnSave event handlers.
When using an async save the handler will wait for the promise to be fulfilled. To ensure that a save completes in a timely manner the handler throws a timeout exception after 10 seconds to let you know to tune the async OnSave event for better performance. When the disableAsyncTimeout is set, the timeout for that handler will not be applied. It will continue to wait for that handler's promise to be fulfilled. This should be used with caution as it might affect the performance of the form save.
The save mode.
Gets save mode, as an integer.
Gets save mode, as an integer.
Values returned are:
Generated using TypeDoc
Interface for save event arguments.