VirtualUser FailAction Method C# API
Takes the specified action, using the specified error msg.

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

public void FailAction(
	ActionType action,
	string msg
)

Parameters

action
Type: Facilita.Fc.Runtime ActionType
The action to take.
msg
Type: System String
The error message.
See Also