Enum PrintServerMessageType
public enum PrintServerMessageType
Namespace: Au.Types
Assembly: Au.dll
Fields
Name | Description |
---|---|
Clear | Clear the output window. Only PrintServerMessage.Type is used. |
ScrollToTop | Scroll the output window to the top. Only PrintServerMessage.Type is used. |
TaskEvent | Used internally to log events such as start/end of trigger actions. |
Write | Add line to the output window. All PrintServerMessage members can be used. |