Phase
No overview available.
Methods
IsTerminal()
@classmethod
def IsTerminal() - > bool
Checks if the current phase represents a terminal state of the execution. Callers use this to determine if further processing or transitions are possible from the current phase.
Returns
| Type | Description |
|---|---|
bool | True if the phase is a terminal phase, False otherwise. |