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