Click or drag to resize

mcgluePMFlagsEnum Enumeration

Control flags for the progress meter.

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcgluePMFlagsEnum
Members
  Member nameValueDescription
mcgluePMFlagsNone0No flags (for assignments)
mcgluePMFlagNoEscapeAllowed1no user escape allowed?
mcgluePMFlagMultiPartOperation2progress will be tracked in phases
mcgluePMFlagNoProgressDialog4Set to prevent visible progress bar
mcgluePMFlagNoCallback8Set to prevent all callbacks
mcgluePMFlagExpectUnevenProgress16Use longer estimate interval
mcgluePMFlagNoTimeEstimate32do not show time left
mcgluePMFlagNoNesting64do not allow any nesting (accumulated progress)
mcgluePMFlagAllowInnerEscape128escapes from inner phases are allowed?
mcgluePMFlagLeaveCursorAlone256do not try to show an hourglass?
mcgluePMFlagsMaskAll65535An all-flags mask.
See Also