Goto: 4C Home | 4C Docs | System PCLs List sys.end_prog()

sys.end_prog()

Purpose:
sys.end_prog() ends the current 4C program
Usage:
sys.end_prog();
Arguments:

No arguments
Returns:
No Returns
Where Used:
sys.end_prog() can be called from anywhere.
Example:
Description:
sys.end_prog() exits all current processing in the current 4C program. This includes but is not limited to PCLs, drivers, dpy fields. The program will still run the ExitPCL.
Bugs/Features/Comments:
See Also:
sys.exit_prog()


Back to Top