Method Execute
Executes API methodUsage
Function Execute(
Boolean Report [Optional]
)
Parameters
Report (optional)
Type: Boolean
Default value: True
Report Result
Returns
True if execution completed without errors
Example
VBScript
Server("API Server").Method("Method").Execute
' Set Report parameter
Server("API Server").Method("Method").Execute True
JavaScript
Server("API Server").Method("Method").Execute();
// Set Report parameter
Server("API Server").Method("Method").Execute(true);
Comment
Set Report parameter