GloScrScriptExecutionResult
Represents the result of a script execution.
type GloScrScriptExecutionResult {
exitCode: Int!
returnValues: [GloScrScriptOutput!]
}
Represents the result of a script execution.
type GloScrScriptExecutionResult {
exitCode: Int!
returnValues: [GloScrScriptOutput!]
}
GloScrScriptExecutionResult.exitCode ● Int! non-null scalarGloScrScriptExecutionResult.returnValues ● [GloScrScriptOutput!] list object