stop method

bool stop()

Implementation

bool stop() => _engine != ffi.nullptr && _stop(_engine) != 0;