Attributes
message: str
progress: Optional
status: MessageLevel
Functions
__init__
Initialize self. See help(type(self)) for accurate signature.
status :
MessageLevel
message :
str
progress :
Optional
is_valid
Return type :
bool
create_debug_message @staticmethod
message :
str
Return type :
DispatchedMessage
create_error_message @staticmethod
message :
str
Return type :
DispatchedMessage
create_info_message @staticmethod
message :
str
Return type :
DispatchedMessage
create_progress_message @staticmethod
progress :
float
message :
str
Return type :
DispatchedMessage
create_success_message @staticmethod
message :
str
Return type :
DispatchedMessage
create_warning_message @staticmethod
message :
str
Return type :
DispatchedMessage