script
ScriptFlowExecutionResult


Contains the result of the execution of a control script.


public struct ScriptFlowExecutionResult

Properties
resultInfo The TargetScriptResultInfo object identifying the status of the executed script.

type=summary(script.TargetScriptResult)

resultBody The text result of the executed script. Only applicable when the execution is synchronous. The value will be empty if this is an asynchronous execution.

cdata=contentSpecific It is determined from the property's value if this is returned as CDATA element or as a well-formed XML structure. If the first line of the value is 'Content-Type: text/xml' then it will be returned as XML, in all other cases it will be returned as CDATA
type=string