gws_core

Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version

DispatchedMessage

Attributes
message: strprogress: Optionalstatus: 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