FB_Exit
Syntax
METHOD FB_Exit : BOOL
VAR_INPUT
bInCopyCode : BOOL;
END_VAR
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. |
Inputs
Name | Type | Description |
---|---|---|
bInCopyCode | BOOL | If TRUE, the Exit method is called to exit an instance, which is then copied (online change). |