Storing Information with a Checkpoint

Invoking a checkpoint causes the following types of information about the task to be stored:

  • The structure of the process stack, including information about the procedures that have been entered, but have not yet exited, and the statement that is currently being executed

  • The current values of all objects declared by the task

  • The current values of the task attributes of the task