violationTime property
Violation time in minutes.
Implementation
double get violationTime {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Stop_getViolationTime(
_handle,
errorHandler,
);
});
}
Violation time in minutes.
double get violationTime {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Stop_getViolationTime(
_handle,
errorHandler,
);
});
}