mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 00:19:11 +07:00
This service should be used to execute one-shot processes (when you are only interested in execute-and-get-result). It also supports simple helpers. Code is fully Eel-compatible. See `ExecService` and its showcase as an entry. GitOrigin-RevId: 38f04914667b9b6c979c3cfe5acdd48718a75229
9 lines
263 B
Properties
9 lines
263 B
Properties
py.exec.defaultName.process=Process
|
|
py.exec.defaultName.helper=Helper
|
|
py.exec.defaultName.command=Command
|
|
|
|
py.exec.start.error={0} Failed to Start: {1} (Code {2})
|
|
py.exec.timeout.error={0} Timed out (Run More Than {1})
|
|
py.exec.exitCode.error={0} Exited with {1}
|
|
|