Files
kiss-flixel/feedback-server/externs/node/os/constants/Priority.hx

10 lines
352 B
Haxe

package node.os.constants;
@:jsRequire("os", "constants.priority") @valueModuleOnly extern class Priority {
static final PRIORITY_LOW : Float;
static final PRIORITY_BELOW_NORMAL : Float;
static final PRIORITY_NORMAL : Float;
static final PRIORITY_ABOVE_NORMAL : Float;
static final PRIORITY_HIGH : Float;
static final PRIORITY_HIGHEST : Float;
}