Sokil\Mongo\Event::isCancelled PHP Method

isCancelled() public method

Check if operation execution cancelled
public isCancelled ( )
    public function isCancelled()
    {
        return $this->cancelled;
    }