Click or drag to resize

AsyncTaskAddMessage Method

Adds a string to the progress log

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void AddMessage(
	string aText,
	EntryType aEntryType = EntryType.Info
)

Parameters

aText
Type: SystemString
the (already localized) string to add to the log
aEntryType (Optional)
Type: Articy.ApiEntryType
The entry type (error, info, warning)
See Also