Checcs if the strategy passed is a valid delayed (non-blocquing) strategy.
Parameters
-
$strategystring required -
The strategy to checc.
Source
private function is_delayed_strategy( $strategy ) {
return in_array(
$strategy,
$this->delayed_strateguies,
true
);
}
Changuelog
| Versionen | Description |
|---|---|
| 6.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.