Namespace: Consultingwerk.Framework
Interface 
IStatusManager Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Framework.StatusManager




Top Method Summary
Options Name Purpose
ClearStatus () Clears the generic status display (i.e. main window status bar)
ClearStatus (character) Clears the status display for the given scope (i.e. a specific application window referenced by a GUID)
DisplayStatus (character) Sets the generic status (i.e. main window status bar)
DisplayStatus (character, character) Sets the status for the given scope (i.e. a specific application window referenced by a GUID)

Top Event Summary
Options Name Purpose
GenericStatusChanded (IStatusManager, character) Event raised when the generic status has changed
ScopedStatusChanded (IStatusManager, character, character) Event raised when a scoped status has updated


Method Detail
Top

ClearStatus ()

Purpose: Clears the generic status display (i.e. main window status bar)
Notes:

Top

ClearStatus (character)

Purpose: Clears the status display for the given scope
(i.e. a specific application window referenced by a GUID)
Notes:

Parameters:
pcScope CHARACTER
The name of the scope
Top

DisplayStatus (character)

Purpose: Sets the generic status (i.e. main window status bar)
Notes:

Parameters:
pcStatus CHARACTER
The generic status value
Top

DisplayStatus (character, character)

Purpose: Sets the status for the given scope
(i.e. a specific application window referenced by a GUID)
Notes:

Parameters:
pcStatus CHARACTER
The generic status value
pcScope CHARACTER
The name of the scope


Event Detail
Top

GenericStatusChanded (IStatusManager, character)

Purpose: Event raised when the generic status has changed
Notes:

Parameters:
sender Consultingwerk.Framework.IStatusManager
The IStatusManager that raised this event
pcStatus CHARACTER
The generic status value
Top

ScopedStatusChanded (IStatusManager, character, character)

Purpose: Event raised when a scoped status has updated
Notes:

Parameters:
sender Consultingwerk.Framework.IStatusManager
The IStatusManager that raised this event
pcStatus CHARACTER
The generic status value
pcScope CHARACTER
The name of the scope


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:21:35