Kanzi  3.9.5
Java API
WriteLogActionMetadata Interface Reference

Metadata definitions for WriteLogAction. More...

Inheritance diagram for WriteLogActionMetadata:
[legend]

Public Attributes

DynamicPropertyType< String > LogTextProperty
 The text to write to the Kanzi Studio Log window when a trigger executes this action. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.WriteLogAction")
 Metaclass for WriteLogAction.
 
- Public Attributes inherited from ActionMetadata
DynamicPropertyType< Integer > DelayProperty
 The time in milliseconds after which Kanzi invokes the action. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Action")
 Metaclass for Action.
 
- Public Attributes inherited from ActionBaseMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ActionBase")
 Metaclass for ActionBase.
 

Detailed Description

Metadata definitions for WriteLogAction.

Member Data Documentation

◆ LogTextProperty

DynamicPropertyType<String> LogTextProperty
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.LogText", String.class)

The text to write to the Kanzi Studio Log window when a trigger executes this action.