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

executedSteps

Get calculated number of executed steps.

- (NSInteger)executedSteps

Return Value

number of executed steps.

Discussion

Get calculated number of executed steps.

Declared In

KiiServerCodeExecResult.h

returnedValue

Get JSON’s NSDictionary returned by server code entry.

- (nullable NSDictionary *)returnedValue

Return Value

NSDictionary instance of result data.

Discussion

Get JSON’s NSDictionary returned by server code entry.

Declared In

KiiServerCodeExecResult.h