Comparing version 2.3.0 to 2.4.0
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 2.3.0 | ||
* @version 2.4.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 2.3.0 | ||
* @version 2.4.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 2.3.0 | ||
* @version 2.4.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -237,1 +237,19 @@ /// <reference types="node" /> | ||
} | ||
export declare const enum EXECUTION_STATE { | ||
/** | ||
* Enables away mode. This value must be specified with ES_CONTINUOUS. | ||
* Away mode should be used only by media-recording and media-distribution | ||
* applications that must perform critical background processing on desktop | ||
* computers while the computer appears to be sleeping. See Remarks. | ||
*/ | ||
ES_CONTINUOUS = 2147483648, | ||
/** | ||
* Informs the system that the state being set should remain in effect until | ||
* the next call that uses ES_CONTINUOUS and one of the other state flags is cleared. | ||
*/ | ||
ES_AWAYMODE_REQUIRED = 64, | ||
/** Forces the display to be on by resetting the display idle timer. */ | ||
ES_SYSTEM_REQUIRED = 1, | ||
/** Forces the system to be in the working state by resetting the system idle timer. */ | ||
ES_DISPLAY_REQUIRED = 2 | ||
} |
{ | ||
"name": "win32-def", | ||
"author": "waiting", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "win32 definitions for node-ffi", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
140304
3018