Skip to main content

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

TypeDescription
boolTrue if the phase is a terminal phase, False otherwise.