Struct osascript::JavaScript [] [src]

pub struct JavaScript { /* fields omitted */ }

Holds an apple flavoured JavaScript

Methods

impl JavaScript
[src]

Creates a new script from the given code.

Executes the script and does not pass any arguments.

Executes the script and passes the provided arguments.