Files
lime/externs/air/flash/events/NativeProcessExitEvent.hx
2017-08-24 12:50:13 -07:00

8 lines
230 B
Haxe

package flash.events;
extern class NativeProcessExitEvent extends Event {
var exitCode : Float;
function new(type : String, bubbles : Bool=false, cancelable : Bool=false, ?exitCode : Float) : Void;
static var EXIT : String;
}