Subprogramm herunterladen
Schnelle Fakten
| Immobilien | Wert |
|---|---|
| Klasse | DULPythonSubprogram |
| Modul | cenpydownload.DULPythonSubprogram |
| Paket | cenpydownload |
| Veröffentlichung | R2025.2.4 |
| Methoden | 2 |
| Erbt von | OlpCorePythonSubprogram |
| Unterklassen | Upload Subprogram |
Erbe
Schneller Start
# Boilerplate Example
downloadSubprogram = ... # obtained from the runtime context
result = downloadSubprogram.GetCallingProgram()Methodenindex
| Methode | Rückgaben | Zusammenfassung |
|---|---|---|
GetCallingProgram | DULPythonProgram | Das Programm startet den Anruf |
GetCalledProgram | DULPythonProgram | Erhält das Programm, das vom aufrufenden Programm |
Abfragemethoden
GetCallingProgram
def GetCallingProgram() -> DULPythonProgramDas Programm startet den Anruf
Returniert: DULPythonProgram — bringt das rufende Programm zurück
GetCalledProgram
def GetCalledProgram() -> DULPythonProgramErhält das Programm, das vom aufrufenden Programm aufgerufen wird
Returns: DULPythonProgram — gibt das aufgerufene Programm zurück
Verwandte Typen
Versionsnotizen
Diese Klasse ist zum Zeitpunkt der Veröffentlichung R2025.2.4 dokumentiert.
Was this page helpful?