VirtualUserScript Warn Method (String)C# API
Writes a warning message to the VU event log.

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

public void Warn(
	string info
)

Parameters

info
Type: System String
A warning message which appears in the Info column.
See Also