|
@@ -38,21 +38,21 @@ import ApplicationLauncher 1.0
|
|
|
```
|
|
|
|
|
|
- **Properties**
|
|
|
- -- appName : Executeable (with or without parameters!)
|
|
|
- -- arguments : arguments if not given with appName
|
|
|
- -- stdERR : output of stderr as QString
|
|
|
- -- stdOUT : output as QString
|
|
|
- -- exitError
|
|
|
- -- exitStatus
|
|
|
- -- exitCode
|
|
|
+ - appName : Executeable (with or without parameters!)
|
|
|
+ - arguments : arguments if not given with appName
|
|
|
+ - stdERR : output of stderr as QString
|
|
|
+ - stdOUT : output as QString
|
|
|
+ - exitError
|
|
|
+ - exitStatus
|
|
|
+ - exitCode
|
|
|
|
|
|
- **Events**
|
|
|
- -- onAppFinished : app has ended properties are available
|
|
|
- -- onAppStarted : app has started
|
|
|
- -- onAppError : error on start or in app
|
|
|
+ - onAppFinished : app has ended properties are available
|
|
|
+ - onAppStarted : app has started
|
|
|
+ - onAppError : error on start or in app
|
|
|
|
|
|
- **Methods**
|
|
|
- -- launchScript() : start application (is started async and not in main event queue)
|
|
|
+ - launchScript() : start application (is started async and not in main event queue)
|
|
|
|
|
|
|
|
|
|