WP_CLI\Dispatcher
CommandAddition::was_aborted
Check whether the command addition was aborted.
Method of the class: CommandAddition{}
No Hooks.
Returns
true|false.
Usage
$CommandAddition = new CommandAddition(); $CommandAddition->was_aborted();
CommandAddition::was_aborted() CommandAddition::was aborted code WP-CLI 2.13.0-alpha
public function was_aborted() {
return $this->abort;
}