enableProcessAutoSave

open fun enableProcessAutoSave(isProcessAutoSaveEnabled: Boolean, @Nullable callback: STWOperationCallback<MyBusinessError>)

Enable process auto-save feature, to allow application to save automatically the process opened on edit mode. The period of auto-save is defined from web admin interface.

Parameters

isProcessAutoSaveEnabled

boolean:true to enable Process auto save option, false otherwise.

callback

STWOperationCallback: to handle request events.