IOutputViewer
Summary
Represents the output viewer (script log) object.
- Methods
Structure
- class IOutputViewer
- clear()
Clears the output viewer.
- log(message: str, type: OutputStringType)
Log the output viewer.
- Parameters
message (
str
) – The message displayed in the output viewer.- type (
OutputStringType
) – An enumeration that represents the type of the output. Possible values: Unknown, Error, Warning, Information, Success
- type (