NodejsRuntime.NodeEmbeddingStatus enumeration
C#
public enum NodeEmbeddingStatus
Values
name | value | description |
---|---|---|
OK | 0 | |
GenericError | 1 | |
NullArg | 2 | |
BadArg | 3 | |
OutOfMemory | 4 | |
ErrorExitCode | 512 |
See Also
- class NodejsRuntime
- namespace Microsoft.JavaScript.NodeApi.Runtime