Attempts to "open" a file specified in the launch parameters. If no application can be found, the method fails. Returns the Mojo.Service.Request object used to make the launch request.
| Argument | Type | Description |
|---|---|---|
| params | Object | Parameters to send to the launched application, including the name of the file to be launched. |
| onSuccess | Function | Function called if the file is opened successfully. (optional) |
| onFailure | Function | Function called if the file open fails. |







0 Comments