get

abstract fun get(waitCommandId: String): WaitStrategy?

Retrieves a wait strategy by its command ID.

Return

The wait strategy associated with the ID, or null if not found.

Parameters

waitCommandId

The command ID to look up.