Skip to Content
FASTSUITE E2API ReferenzPython APIAPI DomänenDownloadSubprogramm herunterladen

Subprogramm herunterladen

Schnelle Fakten

ImmobilienWert
KlasseDULPythonSubprogram
Modulcenpydownload.DULPythonSubprogram
Paketcenpydownload
VeröffentlichungR2025.2.4
Methoden2
Erbt vonOlpCorePythonSubprogram
UnterklassenUpload Subprogram

Erbe

Schneller Start

# Boilerplate Example downloadSubprogram = ... # obtained from the runtime context result = downloadSubprogram.GetCallingProgram()

Methodenindex

MethodeRückgabenZusammenfassung
GetCallingProgramDULPythonProgramDas Programm startet den Anruf
GetCalledProgramDULPythonProgramErhält das Programm, das vom aufrufenden Programm

Abfragemethoden

GetCallingProgram

def GetCallingProgram() -> DULPythonProgram

Das Programm startet den Anruf

Returniert: DULPythonProgram — bringt das rufende Programm zurück

GetCalledProgram

def GetCalledProgram() -> DULPythonProgram

Erhä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?