Interface IRegisterHeadlessOperation
-
- All Known Subinterfaces:
IRegisterBaseOperation<T>
,IRegisterDatasetOperation
,IRegisterPageFolderContextFreeOperation
,IRegisterPageFolderOperation
,IRegisterPageOperation
public interface IRegisterHeadlessOperation
Allow to ignore the result message box- Author:
- Phillip Austerfield
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ignoreMessageBoxes(boolean bIgnore)
Ignore result message boxes
-