전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
exitcode: 1
quote:
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
my ($process, $exitcode, $pid);
my ($process, $exitcode, $pid);
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
- programexitcode(): ermittelt den exitcode des programms.
- programexitcode(): get the exitcode of the program.
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
program, and thereby the exitcode could get lost...
program, and thereby the exitcode could get lost...
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
der 'exitcode' kann z.b. mit dem programexitcode() befehl weiterverwendet werden.
the 'exitcode' can be further used e.g. with the programexitcode() command.
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
der exitcode ermöglicht die rückgabe eines einfachen wertes durch das programm an das programm, welches es ausgeführt hat.
the exitcode allows to return a single value from the program back to the program that executed it.
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
gibt den "exitcode" zurück, der vom angegebenen programm bei dessen beendigung zurückgegeben wurde. parameter
returns the exitcode that was returned when the given program ended.
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
um einen "exitcode" durch ein pb programm zurückgeben zu lassen, verwenden sie den optionalen wert bei der end anweisung:
to return an exitcode from a pb program, use the optional value with the end statement:
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
die funktion _exit() beendet den prozess und gibt einen exitcode an das aufrufende program zurück. dieser exitcode muß in %ebx stehen.
the _exit() function ends the process, and returns an execution code to its father (usually a shell), held in the %ebx register;
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
hinzugefügt : programexitcode(programm) - ermittelt den exitcode des programms (nur gültig, nachdem das programm beendet wurde)
added: programexitcode(program) - get the exitcode of the program (only valid after program has ended)
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
der optionale 'exitcode' parameter kann angegeben werden, wenn das programm einen fehlercode zurückgeben soll (häufig in konsolen-programmen genutzt).
the 'exitcode' optional parameter can be specified if the program need to returns an error code (widely used in console programs).
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질: