KiiServerCodeExecResult Class Reference
Inherits from | NSObject |
Declared in | KiiServerCodeExecResult.h |
Overview
Result of KiiServerCodeEntry execution. This class can not be instantiated. Calling [[KiiServerCodeExecResult alloc] init] directly will throw NSInternalInconsistencyException.
Instance Methods
environmentVersion
Get the version of Node.js to run.
- (KiiServerCodeEnvironmentVersion)environmentVersion
Return Value
environmentVersion
Discussion
Get the version of Node.js to run.
Declared In
KiiServerCodeExecResult.h