mdm.MacShell |
Methods |
The following table lists the methods for the MacShell class |
Method | Description | Availability |
---|---|---|
MacShell.close() | Closes or interrupts the shell script. | ![]() |
MacShell.exec() | Executes one line of shell script. | ![]() |
MacShell.execAsync() | Executes one line of shell script. | ![]() |
Properties |
The following table lists the properties for the MacShell class |
Method | Description | Availability |
---|---|---|
MacShell.exitCode | Returns the exit code (if applicable) of the ... | ![]() |
MacShell.isRunning | Returns a boolean indicating whether or not t... | ![]() |
MacShell.output | Returns the standard output (if applicable) o... | ![]() |