isLocalWaitStrategy

fun isLocalWaitStrategy(commandWaitId: String): Boolean

Determines if a command wait ID belongs to the current JVM instance. Uses the global ID generator to check if the machine ID in the wait ID matches the current machine's ID.

Return

true if the wait ID belongs to this JVM instance, false otherwise.

Parameters

commandWaitId

The wait command ID to check.