Overview
Triggers the a new event with input data and returns triggered listener work items id numbers.Array<string> $Domain.Trigger(eventName: string, inputData: ( string | Xml ))
Arguments
string eventName
Name of event to be trigger. Multiple events can be specified with ";" delimeter.
( string | Xml ) inputData
Input data to be sent listeners.
Returns
Array of triggered listener work items id numbers.Remarks
If input data is not a instance of XmlNode or string exception is thrown.
If no listener triggered return value is a empty array.