Skip to main content

WorkStatus

No overview available.

Methods


IsTerminal()

@classmethod
def IsTerminal() - > bool

Checks if the current work status represents a terminal state. Callers use this to determine if a work item has reached its final conclusion and no further processing is expected.

Returns

TypeDescription
boolTrue if the work status is terminal, False otherwise.