FB_Exit

FB_Exit 1:

Syntax

METHOD FB_Exit : BOOL
VAR_INPUT
    bInCopyCode : BOOL;
END_VAR

FB_Exit 2: Return value

Name

Type

Description

FB_Exit

BOOL

The method returns the return value TRUE if the call was successful. A method call is also considered successfully completed in the event of an error.

FB_Exit 3: Inputs

Name

Type

Description

bInCopyCode

BOOL

If TRUE, the Exit method is called to exit an instance, which is then copied (online change).