My Business Process Auto Save Feature Changed
data class MyBusinessProcessAutoSaveFeatureChanged(val processAutoSaveChanged: Boolean, val processAutoSaveIntervalChanged: Boolean) : FeatureEvents
Content copied to clipboard
This data class is used when process auto save feature is changed
Constructors
Link copied to clipboard
fun MyBusinessProcessAutoSaveFeatureChanged(processAutoSaveChanged: Boolean, processAutoSaveIntervalChanged: Boolean)
Content copied to clipboard