Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/core/ctrl/src/AxoMessaging/Static/AxoMessenger.st
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ NAMESPACE AXOpen.Messaging.Static
VAR PRIVATE
_context : IAxoContext;
END_VAR

VAR PRIVATE
{#ix-attr:[ReadOnly()]}
_requalifiedToCategory : eAxoMessageCategory := eAxoMessageCategory#None; // This property is used to store the new category of the message in case it gets requalified by the messenger service configuration.
END_VAR

VAR PROTECTED
RISE_SIGNATURE : STRING[4] := '^ : ';
FALL_SIGNATURE : STRING[4] := 'v : ';
END_VAR


///<summary>
/// Ensures the inicialization of the instance, so as the deactivation of the message. Must be called cyclically.
Expand Down
Loading