OpenMediaVault
3.0 (Erasmus)
The open network attached storage solution
|
This file is part of OpenMediaVault.
OpenMediaVault is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
OpenMediaVault is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with OpenMediaVault. If not, see http://www.gnu.org/licenses/.
Execute the given command asynchronously and display the command output in the dialog. The command will be executed right after the dialog has been rendered. By pressing the 'Stop' button a RPC will be send to stop the command. The 'Close' button will be shown then to close the dialog.
rpcService | The name of the RPC service |
rpcMethod | The name of the method to start the command asynchronously |
rpcParams | The method arguments of the start RPC |
rpcDelay | The milliseconds to delay the RPC request. Default is 500. |
rpcIgnoreErrors | Ignore RPC errors. Set to TRUE to ignore all errors or list special ones in an array. Defaults to FALSE. |
hideStartButton | Hide the 'Start' button. Defaults to FALSE. |
hideStopButton | Hide the 'Edit' button. Defaults to FALSE. |
hideCloseButton | Hide the 'Close' button. Defaults to FALSE. |
adaptButtonState | Automatically adjust the button states while the command is running. Defaults to TRUE. |
progress | TRUE to display a progress bar. This is useful when the executed application does not have any output to be displayed in the content area. If set to TRUE the content area will not be displayed. Defaults to FALSE. |
progressText | The progress bar text. Defaults to 'Please wait ...'. |
scrollBottom | Set to TRUE to automatically scroll down the content. Defaults to TRUE. |
welcomeText | The text that is displayed when the dialog is shown. The text is only shown if progress is set to FALSE. Defaults to ''. |
infoText | The text that is displayed at the bottom of the dialog in a tip toolbar. Defaults to ''. |