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
| Type | Description |
|---|---|
bool | True if the work status is terminal, False otherwise. |