setWarnings method

void setWarnings(
  1. StatusVec value
)

Implementation

void setWarnings(StatusVec value) {
  _setWarnings(self, value);
}