isTerminal

fun isTerminal(status: String): Boolean

Checks if the given status string represents a terminal state.

Return

True if the status is terminal, false otherwise.

Parameters

status

The status string to check.