User`s guide
mlreportgen.dom.ProgressMessage class
12-245
mlreportgen.dom.ProgressMessage class
Package: mlreportgen.dom
Progress message
Description
Create a progress message with the specified text originating from the specified source
object.
Construction
progressMsgObj = ProgressMessage(text,sourceDOMObject) creates a progress
message with the specified text, originating from the specified source object.
Input Arguments
text — Message text
string
The text to display for the message.
source — DOM object to from which message originates
a DOM object
The DOM object from which the message originates.
Output Arguments
progressMsgObj — Progress message
mlreportgen.dom.ProgressMessage object
Progress message, represented by an mlreportgen.dom.ProgressMessage object.