terminate method
void
terminate()
Implementation
void terminate() {
try {
int terminateResult = _terminate();
if (terminateResult != 0) {
throw FutronicError(FutronicUtils.getErrorMessage(terminateResult));
}
} catch (e) {
// throw Exception("Erro ao tentar finalizar o futronic");
}
}