Pages

Chore Management TurboIntegrator Functions:


Chore Management TurboIntegrator Functions:
These functions pertain to managing chores.

ChoreQuit: This is a TM1 TurboIntegrator function, valid only in TurboIntegrator processes.
This function causes the immediate termination of a chore. It can be called from any process within a chore.
When a process encounters the ChoreQuit function, the current chore is terminated with an error status, and a message is written to the server log file indicating that ChoreQuit was called to terminate the chore.

Syntax:
ChoreQuit;

Arguments:
None.

SetChoreVerboseMessages: This is a TM1 TurboIntegrator function, valid only in TurboIntegrator processes.

Use this function to turn on (or off) more verbose reporting of messages to the Tm1s.log file.
This function is best used as an aid to debugging chores in which several processes call one another through use of the ExecuteProcess function.
Passing a zero value turns off the output of these messages, passing a non-zero value enables the output of more verbose messages. By default this flag is off.

Syntax:
SetChoreVerboseMessages(Flag);

Arguments:
ArgumentDescription
FlagSet to a non-zero value to enable more verbose messaging. Set to zero (default) to turn off verbose messaging.

0 comments:

© 2010 Datawarehousing Support | Home | Disclaimer | Privacy Policy