A location in the editor at which progress information can be shown. It depends on the location how progress is visually represented.

Variables

@:enum@:implread onlyNotification:ProgressLocation

Show progress as notification with an optional cancel button. Supports to show infinite and discrete progress.

@:enum@:implread onlySourceControl:ProgressLocation

Show progress for the source control viewlet, as overlay for the icon and as progress bar inside the viewlet (when visible). Neither supports cancellation nor discrete progress.

@:enum@:implread onlyWindow:ProgressLocation

Show progress in the status bar of the editor. Neither supports cancellation nor discrete progress.