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
C#
public enum CloseProgressMode

Members

Never0 The progress window is never closed automatically
NoError1 The progress windows is closed if there are no error or warnings present
Always2 The progress window is always closed when the process has finished

See Also