ProcessReturnCode

This TurboIntegrator global variable stores the exit status of the most recently executed TurboIntegrator process.

Syntax

ProcessReturnCode=StatusCode;

Status Code

Description

ProcessExecutionInProgress()

Indicates that an asynchronously launched process is still in progress. Available only in Planning Analytics Engine.

ProcessExitByBreak()

Indicates that the process exited because it encountered a ProcessBreak function.

ProcessExitByChoreQuit()

Indicates that the process exited due to execution of the ChoreQuit function.

ProcessExitByChoreRollback()

Indicates that the process exited because it encountered a ChoreRollback function.

ProcessExitByProcessRollback()

Indicates that the process exited because it encountered a ProcessRollback function.

ProcessExitByQuit()

Indicates that the process exited because of an explicit quit command.

ProcessExitMinorError()

Indicates that the process executed successfully but encountered minor errors.

ProcessExitNormal()

Indicates that the process executed normally.

ProcessExitOnInit()

Indicates that the process aborted during initialization.

ProcessExitSeriousError()

Indicates that the process exited because of a serious error.

ProcessExitWithMessage()

Indicates that the process exited normally, with a message written to tm1server.log.