Core Operation
Quick Facts
| Property | Value |
|---|---|
| Class | OlpCorePythonOperation |
| Module | cenpyolpcore.OlpCorePythonOperation |
| Package | cenpyolpcore |
| Release | R2025.2.4 |
| Methods | 1 |
| Inherits from | OlpCorePythonProgramComponent |
| Subclasses | Download Operation |
Inheritance
Quick Start
# Boilerplate Example
coreOperation = ... # obtained from the runtime context
result = coreOperation.GetOperationType()Method Index
| Method | Returns | Summary |
|---|---|---|
GetOperationType | OperationType | Gets the type of operation |
Query Methods
GetOperationType
def GetOperationType() -> OperationTypeGets the type of operation
Returns: OperationType — operation type
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?