StopEvent constructor

StopEvent(
  1. ProcessSignal signal,
  2. int code
)

Implementation

StopEvent(this.signal, this.code);