|
|
@@ -2993,8 +2993,10 @@ Methods:
|
|
|
- String[]@ ScanDir(const String&, const String&, uint, bool) const
|
|
|
- void SendEvent(const String&, VariantMap& = VariantMap ( ))
|
|
|
- int SystemCommand(const String&)
|
|
|
+- uint SystemCommandAsync(const String&)
|
|
|
- bool SystemOpen(const String&, const String&)
|
|
|
- int SystemRun(const String&, String[]@)
|
|
|
+- uint SystemRunAsync(const String&, String[]@)
|
|
|
|
|
|
Properties:
|
|
|
|
|
|
@@ -9504,6 +9506,10 @@ Properties:
|
|
|
- %Message : String
|
|
|
- %Level : int
|
|
|
|
|
|
+### AsyncExecFinished
|
|
|
+- %RequestID : unsigned
|
|
|
+- %ExitCode : int
|
|
|
+
|
|
|
## %Input events
|
|
|
|
|
|
### MouseButtonDown
|