Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Serializes the current instance of the JournalRunBaseBatch class.
Syntax
public container pack()
Run On
Called
Return Value
Type: container
A container that contains the current instance of the JournalRunBaseBatch class.
Remarks
All variables that are required to re-instantiate the class after the constructed class must be packed. A macro declared in the class declaration is used to list the variables to pack. Another macro holds a version number. This number refers to the version of the variable list. When a new variable is introduced, you should follow these steps:
Increment the version number in the version macro.
Copy the current list to the unpack method.
Add the new variable to the bottom of the list.
Recompile the class.
When the isSwappingPrompt method returns a value of true, you may have to pack some prompt-related variables.