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; }