VirtualUserScript WriteMessage Method (String, String)C# API
Writes an information message to the VU event log, specifying an identifier which appears in the ID column.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public void WriteMessage(
	string id,
	string message
)

Parameters

id
Type: System String
The message identifier, which appears in the ID column.
message
Type: System String
An information message which appears in the Info column.
See Also