|
@@ -37,6 +37,8 @@ data NativeMessage =
|
|
|
| NativeMessageCompanyAlreadyExists {name :: String}
|
|
| NativeMessageCompanyAlreadyExists {name :: String}
|
|
|
| NativeMessageCompanyAdded {name :: String}
|
|
| NativeMessageCompanyAdded {name :: String}
|
|
|
| NativeMessageMessageNotProcessed NativeMessage
|
|
| NativeMessageMessageNotProcessed NativeMessage
|
|
|
|
|
+ | NativeMessageExecuteCommandRequest {cmd :: String}
|
|
|
|
|
+ | NativeMessageCommandExecuted {cmd :: NativeMessage, return_code :: Int, stderr :: String, stdout :: String}
|
|
|
|
|
|
|
|
data ApplicationProcess
|
|
data ApplicationProcess
|
|
|
= ApplicationProcessLinkedInSimplified
|
|
= ApplicationProcessLinkedInSimplified
|