run
Executes the specified function object.
| Syntax | |
| AM_function.run(id, asynchronous) | |
| Parameters | |
| id | (required). Identifier of the function object to execute. |
| asynchronous | (optional). "true" - force asynchronous execution, "false" - default asynchronous execution (default "false"). |