CloseProgressMode Enumeration
Enumeration that describes what to do with a progress window if its operation has finished
Definition
Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum CloseProgressModeMembers
| Never | 0 | The progress window is never closed automatically |
| NoError | 1 | The progress windows is closed if there are no error or warnings present |
| Always | 2 | The progress window is always closed when the process has finished |