Files
openide/python/python-exec-service/resources/messages/PyExecBundle.properties
T
Ilya.Kazakevichandintellij-monorepo-bot 9d33ede5a9 Python: introduce ExecService.
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
2025-01-31 06:21:41 +00:00

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}