importActionForError
layout.cle importActionForError cyclic { "Continue" | "Stop" | "StopOnID" }
Description
Specifies the action to take when errors are found while opening a design partition view.
-
ContinueThe design partition view continues to open even in case of error. -
StopStops import of design partition view in case of error. -
StopOnIDStops import of design partition view for the specified error message IDs.
GUI Equivalent
Examples
envGetVal("layout.cle" "importActionForError")
envSetVal("layout.cle" "importActionForError" 'cyclic "Continue")
envSetVal("layout.cle" "importActionForError" 'cyclic "Stop")
envSetVal("layout.cle" "importActionForError" 'cyclic "StopOnID")
Importing a Peer Partition after Concurrent Layout Editing
List of Concurrent Layout Environment Variables
Return to top