Previous Topic: PROGRAMSPATHNext Topic: Register


PostProcess

PostProcess

Denotes the PostProcess function. This function is always called after all apply functions. Only General commands are allowed in this function.

Usage:
function PostProcess()
{
// statements to run after all applying takes place
}