HALCON Reference Manual 10.0.2
Table of Contents / Control ClassesClassesClasses | | | Operators

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

exitexitexitExitExit (Operator)

Name

exitexitexitExitExit — Terminate HDevelop.

Signature

exit( : : : )

Herror exit()

Herror T_exit()

Herror exit()

void HOperatorSetX.Exit()

static void HOperatorSet.Exit()

Description

exitexitexitExitExit terminates HDevelop. The operator is aquivalent to the menu entry File -> Quit. Internally and for exported C++ code the C-function call exit(0) is used.

Example (HDevelop)

read_image (Image, 'fabrik')
intensity (Image, Image, Mean, Deviation)
open_file ('intensity.txt', 'output', FileHandle)
fwrite_string (FileHandle, Mean + ' ' + Deviation)
close_file (FileHandle)
exit ()

Result

exitexitexitExitExit returns 0 (o.k.) to the calling environment of HDevelop = operating system.

See also

stopstopstopStopStop

Module

Foundation


Table of Contents / Control ClassesClassesClasses | | | Operators
HALCON Reference Manual 10.0.2 Copyright © 1996-2011 MVTec Software GmbH