Click or drag to resize

CloseProgressMode Enumeration

Enumeration that describes what to do with a progress window if its operation has finished

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public enum CloseProgressMode
Members
  Member nameValueDescription
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