Method GetWarnings
GetWarnings()
Virtual method for Warning checks before execution.
Declaration
public override IList<string> GetWarnings()
Returns
Type | Description |
---|---|
IList<string> | Returning a non null string array will display each string as a Warning on the RuleEngine and Toolbox. |