Static variables
@:value(new List())staticread onlyonStop:List<() ‑> Void> = new List()
Static methods
@:value({ delay : 1000, timeout : 2000, count : 1 })staticstartPing(address:String, count:Int = 1, timeout:Int = 2000, delay:Int = 1000):Void
@:value({ delay : 1000, timeout : 2000, count : 1 })staticstartPings(addresses:Array<String>, count:Int = 1, timeout:Int = 2000, delay:Int = 1000):Void